Skip to content

Commit

Permalink
ci: drop mypy version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Oct 2, 2022
1 parent d08079c commit b6153cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typing.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy==0.921 types-protobuf==3.19.21
pip install mypy types-protobuf==3.19.21
- name: Execute run_stubtest.py
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy==0.921 types-protobuf==3.19.21
pip install mypy types-protobuf==3.19.21
- name: Run mypy
run: |
Expand Down

0 comments on commit b6153cf

Please sign in to comment.