Skip to content

Commit

Permalink
Install tox requirements with uv in CI
Browse files Browse the repository at this point in the history
This is a lot faster.
  • Loading branch information
meshy committed May 7, 2024
1 parent 9bbe5c8 commit 009d88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
tox.ini
- name: Install tox
run: pip install tox
run: pip install tox tox-uv

- name: Run the tests
run: tox --parallel --parallel-no-spinner --skip-missing-interpreters=false
Expand Down

0 comments on commit 009d88d

Please sign in to comment.