Skip to content

Commit cc7e09a

Browse files
authored
pin mypy to a known good version (#7269)
1 parent 6ed6bf6 commit cc7e09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
python xarray/util/print_versions.py
120120
- name: Install mypy
121121
run: |
122-
python -m pip install mypy
122+
python -m pip install 'mypy<0.990'
123123
124124
- name: Run mypy
125125
run: |

0 commit comments

Comments
 (0)