Skip to content

Commit da85539

Browse files
committed
fixes-mypy
Signed-off-by: Wenqi Li <[email protected]>
1 parent 1fa03c2 commit da85539

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
run: |
4646
# clean up temporary files
4747
$(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
4851
# Git hub actions have 2 cores, so parallize pytype
4952
$(pwd)/runtests.sh --codeformat -j 2
5053

0 commit comments

Comments
 (0)