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 f3644c1 commit ede6a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- "3.13"
- "3.14"
include:
- version: "3.12"
- version: "3.13"
check-consistency: "true"
steps:
- uses: actions/checkout@v4
Expand All @@ -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 ede6a97

Please sign in to comment.