Skip to content

Commit

Permalink
uvx --with tox-uv tox
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 14, 2024
1 parent 5fcd0c4 commit be12c8c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,13 @@ jobs:
- name: Install uv
uses: hynek/setup-cached-uv@v2

- name: Install dependencies
run: |
uv venv
uv pip install -U tox-uv
- name: Tox tests
run: |
.venv/bin/tox -e py
uvx --with tox-uv tox -e py
- name: Test CLI
run: |
.venv/bin/tox -e cli
uvx --with tox-uv tox -e cli
- name: Upload coverage
uses: codecov/[email protected]
Expand Down

0 comments on commit be12c8c

Please sign in to comment.