Skip to content

Commit f20e0f5

Browse files
committed
Pin mypy to current version
1 parent d3bc9a8 commit f20e0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Python dependencies
6363
run: |
6464
python -m pip install --upgrade pip
65-
python -m pip install --upgrade mypy
65+
python -m pip install --upgrade mypy==1.2.0
6666
6767
- name: Install cycler
6868
run: |

0 commit comments

Comments
 (0)