We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e479a5 commit 43dd3dbCopy full SHA for 43dd3db
1 file changed
.github/workflows/python-package.yml
@@ -30,7 +30,10 @@ jobs:
30
python -m pip install --upgrade pip
31
python -m pip install twine
32
python -m pip install sphinx
33
+ python -m pip install mypy
34
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
35
+ - name: Check types
36
+ run: mypy
37
- name: Run Tests
38
run: |
39
python tests.py
0 commit comments