We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7fdc1 commit 8e022b5Copy full SHA for 8e022b5
1 file changed
.github/workflows/main.yml
@@ -35,7 +35,9 @@ jobs:
35
uses: hynek/setup-cached-uv@v2
36
37
- name: Run tests
38
- run: uvx --with tox-uv tox -e py
+ run: |
39
+ pip install git+https://github.com/tox-dev/tox.git@refs/pull/3524/head
40
+ tox -e py
41
42
- name: Upload coverage
43
uses: codecov/codecov-action@v5
0 commit comments