Skip to content

Commit 017279c

Browse files
authored
pin mypy to 1.11.2 (pydata#9621)
1 parent 9e3d3bd commit 017279c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
python xarray/util/print_versions.py
123123
- name: Install mypy
124124
run: |
125-
python -m pip install "mypy" --force-reinstall
125+
python -m pip install "mypy==1.11.2" --force-reinstall
126126
127127
- name: Run mypy
128128
run: |
@@ -176,7 +176,7 @@ jobs:
176176
python xarray/util/print_versions.py
177177
- name: Install mypy
178178
run: |
179-
python -m pip install "mypy" --force-reinstall
179+
python -m pip install "mypy==1.11.2" --force-reinstall
180180
181181
- name: Run mypy
182182
run: |

0 commit comments

Comments
 (0)