Skip to content

Commit adf64dd

Browse files
authored
Use uvx to run tox on GitHub Actions (#660)
1 parent ad6eb20 commit adf64dd

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
@@ -40,11 +40,8 @@ jobs:
4040
with:
4141
enable-cache: true
4242

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

4946
- name: Upload coverage data
5047
if: matrix.os != 'windows-2022'

0 commit comments

Comments
 (0)