Skip to content

Commit 399c6e1

Browse files
committed
Merge branch 'datatree-ops' of https://github.com/TomNicholas/xarray into datatree-ops
2 parents 9e2dfad + 1fcbe02 commit 399c6e1

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)