Skip to content

Commit

Permalink
Simplify uv + tox-uv setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 17, 2024
1 parent d32c793 commit 652c561
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
- name: Install uv
uses: hynek/setup-cached-uv@v2

- name: Install dependencies
run: |
uv pip install --system -U tox-uv
- name: Tox tests
run: |
tox -e py
uvx --with tox-uv tox -e py

0 comments on commit 652c561

Please sign in to comment.