with mypy

This commit is contained in:
Xavier Olive
2022-04-18 18:32:33 +02:00
parent 65ce1a62c4
commit 6e33ac0288
9 changed files with 177 additions and 64 deletions

View File

@@ -30,9 +30,9 @@ jobs:
pip install -U pytest codecov pytest-cov
pip install .
# - name: Type checking
# run: |
# mypy pyModeS tests
- name: Type checking
run: |
mypy pyModeS
- name: Run tests (without Cython)
run: |