Skip to content

Commit

Permalink
Run mypy on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Nov 22, 2023
1 parent 0833e0a commit 46c2a49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,8 @@ jobs:
rm -rf micall/tests/microtest/scratch
python -m pip install codecov
codecov
- name: Run type checker
run: |
python -m pip install -r requirements-dev.txt
mypy
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
-r requirements-watcher.txt
# Used for plotting profiling results.
gprof2dot==2022.7.29
mypy==1.7.0
mypy-extensions==1.0.0

0 comments on commit 46c2a49

Please sign in to comment.