Skip to content

Commit 361a267

Browse files
committed
Typo
1 parent 0fc49eb commit 361a267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
# To speed-up process until ast_serialize is on PyPI.
221221
- name: Install pinned ast-serialize
222222
if: ${{ matrix.dev_ast_serialize }}
223-
run: pip install ast-serialize @ git+https://github.com/mypyc/ast_serialize.git@da5a16cf268dbec63ed6b2e6b715470576e2d1a6
223+
run: pip install ast-serialize@git+https://github.com/mypyc/ast_serialize.git@da5a16cf268dbec63ed6b2e6b715470576e2d1a6
224224

225225
- name: Setup tox environment
226226
run: |

0 commit comments

Comments
 (0)