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 ad6eb20 commit adf64ddCopy full SHA for adf64dd
.github/workflows/main.yml
@@ -40,11 +40,8 @@ jobs:
40
with:
41
enable-cache: true
42
43
- - name: Install dependencies
44
- run: uv pip install --system tox tox-uv
45
-
46
- name: Run tox targets for ${{ matrix.python-version }}
47
- 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 .)
48
49
- name: Upload coverage data
50
if: matrix.os != 'windows-2022'
0 commit comments