Skip to content

Commit d712995

Browse files
committed
Add quotes
1 parent d33f5d6 commit d712995

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
# It is an optional dependency (for now).
221221
- name: Install ast-serialize
222222
if: ${{ matrix.ast_serialize }}
223-
run: pip install ast-serialize>=0.1.1,<1.0.0
223+
run: pip install 'ast-serialize>=0.1.1,<1.0.0'
224224

225225
- name: Setup tox environment
226226
run: |

0 commit comments

Comments
 (0)