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 720460b commit 1570203Copy full SHA for 1570203
.github/workflows/main.yml
@@ -39,11 +39,8 @@ jobs:
39
with:
40
enable-cache: true
41
42
- - name: Install dependencies
43
- run: uv pip install --system tox tox-uv
44
-
45
- name: Run tox targets for ${{ matrix.python-version }}
46
- run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
+ run: uvx --with tox-uv tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
47
48
- name: Upload coverage data
49
uses: actions/upload-artifact@v4
0 commit comments