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 6f8e17f commit 3a7eca3Copy full SHA for 3a7eca3
.github/workflows/tests.yaml
@@ -88,6 +88,9 @@ jobs:
88
github-token: ${{ secrets.GITHUB_TOKEN }}
89
python-version: ${{ matrix.python }}
90
91
+ - name: Install tox
92
+ run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh-actions
93
+
94
- name: Install Python
95
if: matrix.python != '3.13'
96
run: uv python install --python-preference only-managed ${{ matrix.python }}
0 commit comments