Skip to content

Commit 43dd3db

Browse files
committed
Type check before testing in GitHub workflow
1 parent 7e479a5 commit 43dd3db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
python -m pip install --upgrade pip
3131
python -m pip install twine
3232
python -m pip install sphinx
33+
python -m pip install mypy
3334
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
35+
- name: Check types
36+
run: mypy
3437
- name: Run Tests
3538
run: |
3639
python tests.py

0 commit comments

Comments
 (0)