Skip to content

Commit 1570203

Browse files
authored
Use uvx to run tox on GitHub Actions (#680)
1 parent 720460b commit 1570203

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ jobs:
3939
with:
4040
enable-cache: true
4141

42-
- name: Install dependencies
43-
run: uv pip install --system tox tox-uv
44-
4542
- name: Run tox targets for ${{ matrix.python-version }}
46-
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
43+
run: uvx --with tox-uv tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
4744

4845
- name: Upload coverage data
4946
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)