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 3f32177 commit 13d0033Copy full SHA for 13d0033
.github/workflows/ci_workflows.yml
@@ -89,7 +89,7 @@ jobs:
89
if: startsWith(matrix.os, 'windows')
90
run: choco install graphviz
91
- name: Install tox
92
- run: python -m pip install tox<4
+ run: python -m pip install "tox<4"
93
- name: Install codecov
94
if: ${{ contains(matrix.toxenv,'-cov') }}
95
run: python -m pip install codecov
0 commit comments