Skip to content

Commit

Permalink
Use the pinned mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
healeycodes authored Apr 17, 2021
1 parent 46eacd1 commit 822fe13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Test with unittest
run: |
python -m unittest discover test/
# mypy
pip install mypy==0.812
# use the pinned mypy version
pip install -r requirements-dev.txt
mypy .

0 comments on commit 822fe13

Please sign in to comment.