Skip to content

Commit

Permalink
Also pin mypy in the merge workflow (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed Nov 13, 2022
1 parent ce7424b commit d4f6947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-typing.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install typing dependencies
run: |
python -m pip install -U pip
python -m pip install -U mypy
python -m pip install mypy==0.971
python -m pip install -U types-requests types-pkg_resources types-setuptools
- name: Run typing check with mypy
run: |
Expand Down

0 comments on commit d4f6947

Please sign in to comment.