Skip to content

Commit 6023c35

Browse files
committed
Use tox-gh-actions branch
1 parent 1acb1fb commit 6023c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
run: python -c "import sys; print(sys.version)"
209209
- name: Install tox
210210
run: |
211-
uv tool install tox --with=tox-gh-actions --with=tox-uv
211+
uv tool install tox --with=git+https://github.com/effigies/tox-gh-actions@abiflags --with=tox-uv
212212
env:
213213
UV_PYTHON: ${{ matrix.python-version }}
214214
- name: Show tox config

0 commit comments

Comments
 (0)