Skip to content

Commit

Permalink
Fix pre-commit run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 4, 2024
1 parent a8c8ca9 commit 3d581c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
uv sync --all-extras --dev
- name: Run pre-commit
run: uv run pre-commit run --all-files
run: uvx pre-commit run --all-files
- name: Stubs consistency check
if: ${{ matrix.check-consistency }}
run: |
Expand Down

0 comments on commit 3d581c6

Please sign in to comment.