We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3d3bd commit 017279cCopy full SHA for 017279c
.github/workflows/ci-additional.yaml
@@ -122,7 +122,7 @@ jobs:
122
python xarray/util/print_versions.py
123
- name: Install mypy
124
run: |
125
- python -m pip install "mypy" --force-reinstall
+ python -m pip install "mypy==1.11.2" --force-reinstall
126
127
- name: Run mypy
128
@@ -176,7 +176,7 @@ jobs:
176
177
178
179
180
181
182
0 commit comments