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 1acb1fb commit 6023c35Copy full SHA for 6023c35
.github/workflows/test.yml
@@ -208,7 +208,7 @@ jobs:
208
run: python -c "import sys; print(sys.version)"
209
- name: Install tox
210
run: |
211
- uv tool install tox --with=tox-gh-actions --with=tox-uv
+ uv tool install tox --with=git+https://github.com/effigies/tox-gh-actions@abiflags --with=tox-uv
212
env:
213
UV_PYTHON: ${{ matrix.python-version }}
214
- name: Show tox config
0 commit comments