1 parent e896b61 commit 8ef0fa4Copy full SHA for 8ef0fa4
1 file changed
.github/workflows/typing.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
21
- pip install mypy==0.921 types-protobuf
+ pip install mypy==0.921 types-protobuf==3.19.21
22
23
- name: Execute run_stubtest.py
24
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
- pip install mypy types-protobuf
43
44
- name: Run mypy
45
0 commit comments