Skip to content

Commit

Permalink
uv pip install --system -U tox-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 15, 2024
1 parent a5de124 commit 02bc6e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip

- name: Install uv
uses: hynek/setup-cached-uv@v2

- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install -U tox
uv pip install --system -U tox-uv
- name: Tox tests
run: |
Expand Down

0 comments on commit 02bc6e3

Please sign in to comment.