Skip to content

Commit

Permalink
Merge pull request #268 from neutrinoceros/mnt/typecheck_script
Browse files Browse the repository at this point in the history
TST: simplify typechecking script
  • Loading branch information
neutrinoceros authored Mar 23, 2024
2 parents 8109741 + f624f5b commit fa95692
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ jobs:
python -m pip install --requirement requirements/typecheck.txt
- name: Run mypy
run: |
mypy nonos
mypy tests
run: mypy nonos tests

image-tests:
name: Image tests
Expand Down

0 comments on commit fa95692

Please sign in to comment.