We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46eacd1 commit 822fe13Copy full SHA for 822fe13
.github/workflows/python-app.yml
@@ -33,6 +33,6 @@ jobs:
33
- name: Test with unittest
34
run: |
35
python -m unittest discover test/
36
- # mypy
37
- pip install mypy==0.812
+ # use the pinned mypy version
+ pip install -r requirements-dev.txt
38
mypy .
0 commit comments