Skip to content

Commit

Permalink
Tweak for the testing workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverandrich committed Sep 14, 2024
1 parent 5004851 commit 7435db1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@ jobs:
- name: Install and setup uv
uses: hynek/setup-cached-uv@v2

- name: Install dependencies
run: |
uv venv
uv pip install tox tox-uv tox-gh-actions
- name: Test with tox
run: uv run tox
run: uvx --with tox-uv --with tox-gh-actions tox

0 comments on commit 7435db1

Please sign in to comment.