Skip to content

Commit

Permalink
Fix mypy job
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Oct 27, 2024
1 parent 19d4d03 commit f0c0a8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: python -m pip install mypy==1.13.0

- name: Execute mypy
run: make mypy
run: make mypy-ci

test:
needs: mypy
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ push-tag:

mypy:
pdm run mypy src

mypy-ci:
mypy src

0 comments on commit f0c0a8a

Please sign in to comment.