Skip to content

Commit

Permalink
Split mypy steps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Piédallu committed Mar 14, 2024
1 parent 8886c1c commit 1cb128d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
run: |
ruff check .
- name: mypy check
run: |
yes | mypy . --install-types || true
mypy .
- name: Mypy install types
run: yes | mypy . --install-types || true

- name: Mypy check
run: mypy .

0 comments on commit 1cb128d

Please sign in to comment.