with mypy
This commit is contained in:
6
.github/workflows/run-tests.yml
vendored
6
.github/workflows/run-tests.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user