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 4da8474 commit 3a9e7fbCopy full SHA for 3a9e7fb
.github/workflows/test.yml
@@ -212,7 +212,7 @@ jobs:
212
run: python -c "import sys; print(sys.version)"
213
- name: Install tox
214
run: |
215
- uv tool install tox --with=tox-gh-actions --with=tox-uv
+ uv tool install tox --with=tox-gh-actions --with=tox-uv --with=pip
216
- name: Show tox config
217
run: tox c
218
- name: Run tox
0 commit comments