Skip to content

Commit

Permalink
Check consistency for all py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 26, 2024
1 parent a95a2b3 commit c9a74fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- "3.12"
- "3.13"
- "3.14"
include:
- version: "3.13"
check-consistency: "true"
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -39,6 +36,5 @@ jobs:
- name: Run pre-commit
run: uvx pre-commit run --all-files
- name: Stubs consistency check
if: ${{ matrix.check-consistency }}
run: |
uv run istub -d

0 comments on commit c9a74fb

Please sign in to comment.