Skip to content

Commit 652c561

Browse files
committed
Simplify uv + tox-uv setup
1 parent d32c793 commit 652c561

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
- name: Install uv
3131
uses: hynek/setup-cached-uv@v2
3232

33-
- name: Install dependencies
34-
run: |
35-
uv pip install --system -U tox-uv
36-
3733
- name: Tox tests
3834
run: |
39-
tox -e py
35+
uvx --with tox-uv tox -e py

0 commit comments

Comments
 (0)