We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc49eb commit 361a267Copy full SHA for 361a267
1 file changed
.github/workflows/test.yml
@@ -220,7 +220,7 @@ jobs:
220
# To speed-up process until ast_serialize is on PyPI.
221
- name: Install pinned ast-serialize
222
if: ${{ matrix.dev_ast_serialize }}
223
- run: pip install ast-serialize @ git+https://github.com/mypyc/ast_serialize.git@da5a16cf268dbec63ed6b2e6b715470576e2d1a6
+ run: pip install ast-serialize@git+https://github.com/mypyc/ast_serialize.git@da5a16cf268dbec63ed6b2e6b715470576e2d1a6
224
225
- name: Setup tox environment
226
run: |
0 commit comments