Skip to content

Commit a6635a9

Browse files
committed
ci: install typed-ast
1 parent bcc1d59 commit a6635a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/typing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install mypy==0.921 types-protobuf==3.19.21
22+
pip install typed-ast==1.5.5
2223
2324
- name: Execute run_stubtest.py
2425
run: |
@@ -40,6 +41,7 @@ jobs:
4041
run: |
4142
python -m pip install --upgrade pip
4243
pip install mypy==0.921 types-protobuf==3.19.21
44+
pip install typed-ast==1.5.5
4345
4446
- name: Run mypy
4547
run: |

0 commit comments

Comments
 (0)