Skip to content

Commit f195616

Browse files
fix yaml syntax to fix CI (#212)
1 parent afdca7f commit f195616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
python-version: ${{ matrix.python }}
4242
- name: Set up Python ${{ matrix.python }} using deadsnakes
43-
- uses: deadsnakes/[email protected]
43+
uses: deadsnakes/[email protected]
4444
if: "endsWith(matrix.python, '-dev')"
4545
with:
4646
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)