Skip to content

Commit

Permalink
mypy runner fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Sep 12, 2023
1 parent e18b0f1 commit 21601b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
pip install pytest mypy
- name: mypy
run: mypy --install-types --non-interactive .
run: |
mypy --install-types --non-interactive
mypy .
- name: pytest
run: pytest

0 comments on commit 21601b8

Please sign in to comment.