Skip to content

Commit 1fa169d

Browse files
ci: install tox-uv in gha
1 parent 4829738 commit 1fa169d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
python-version: ${{ matrix.python-version }}
7070

7171
- name: Run tests
72-
run: uvx tox -e ${{ matrix.toxenv }}
72+
run: uvx --from tox-uv tox -e ${{ matrix.toxenv }}
7373

7474
- uses: codecov/codecov-action@v5
7575
with:

0 commit comments

Comments
 (0)