Skip to content

Commit

Permalink
force mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed May 22, 2020
1 parent cd4de0e commit 97d6849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install -r requirements.txt
- name: Typecheck with mypy
run: |
pip install mypy
pip install mypy==0.770
make typecheck
- name: Test with pytest
run: |
Expand Down

0 comments on commit 97d6849

Please sign in to comment.