Skip to content

Commit

Permalink
use tool run
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Oct 25, 2024
1 parent 1bbc7ab commit 7ae52e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: astral-sh/setup-uv@v3
- name: Run linters
run: |
uv run pre-commit run --all-files
uv tool run pre-commit run --all-files
test:
needs: linting
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Run tests
run: uv run tox
run: uv tool run tox
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 7ae52e4

Please sign in to comment.