Skip to content

Commit ab41377

Browse files
committed
chore(ci): Install tox-uv for consistency
1 parent 95dbd1a commit ab41377

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tox.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,11 @@ jobs:
168168
- uses: actions/checkout@v4
169169
- name: Install the latest version of uv
170170
uses: astral-sh/setup-uv@v4
171+
- name: Install tox
172+
run: uv tool install tox --with=tox-uv
171173
- name: Show tox config
172-
run: uvx tox c
174+
run: tox c
173175
- name: Show tox config (this call)
174-
run: uvx tox c -e ${{ matrix.check }}
176+
run: tox c -e ${{ matrix.check }}
175177
- name: Run check
176-
run: uvx tox -e ${{ matrix.check }}
178+
run: tox -e ${{ matrix.check }}

0 commit comments

Comments
 (0)