Skip to content

Commit 8ef0fa4

Browse files
committed
ci: pin versions of dependencies
1 parent e896b61 commit 8ef0fa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/typing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install mypy==0.921 types-protobuf
21+
pip install mypy==0.921 types-protobuf==3.19.21
2222
2323
- name: Execute run_stubtest.py
2424
run: |
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install --upgrade pip
42-
pip install mypy types-protobuf
42+
pip install mypy==0.921 types-protobuf==3.19.21
4343
4444
- name: Run mypy
4545
run: |

0 commit comments

Comments
 (0)