We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa03c2 commit da85539Copy full SHA for da85539
.github/workflows/pythonapp.yml
@@ -45,6 +45,9 @@ jobs:
45
run: |
46
# clean up temporary files
47
$(pwd)/runtests.sh --clean
48
+ # workaround until https://github.com/python/mypy/issues/10600
49
+ # and https://github.com/python/mypy/issues/10598
50
+ python3 -m pip install types-pkg_resources
51
# Git hub actions have 2 cores, so parallize pytype
52
$(pwd)/runtests.sh --codeformat -j 2
53
0 commit comments