We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8279571 commit 739f358Copy full SHA for 739f358
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: astral-sh/setup-uv@v3
37
38
- name: Install tox
39
- run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv -with tox-gh
+ run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh
40
- name: Install Python
41
if: matrix.env != '3.13'
42
run: uv python install --python-preference only-managed ${{ matrix.env }}
0 commit comments