Skip to content

Commit 13d0033

Browse files
committed
Need quotes for pinned version
1 parent 3f32177 commit 13d0033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: startsWith(matrix.os, 'windows')
9090
run: choco install graphviz
9191
- name: Install tox
92-
run: python -m pip install tox<4
92+
run: python -m pip install "tox<4"
9393
- name: Install codecov
9494
if: ${{ contains(matrix.toxenv,'-cov') }}
9595
run: python -m pip install codecov

0 commit comments

Comments
 (0)