Skip to content

Commit

Permalink
added tox-uv installation in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris vanderFlier committed Oct 24, 2024
1 parent 5f29ff4 commit 0de1852
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/setup-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
# python -m pip install --upgrade pip
# pip install tox
uv tool install tox --with tox-uv

- name: Run Tox
run: tox
Expand Down

0 comments on commit 0de1852

Please sign in to comment.