Skip to content

Commit

Permalink
pin mypy to a known good version (#7269)
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis authored Nov 8, 2022
1 parent 6ed6bf6 commit cc7e09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
python xarray/util/print_versions.py
- name: Install mypy
run: |
python -m pip install mypy
python -m pip install 'mypy<0.990'
- name: Run mypy
run: |
Expand Down

0 comments on commit cc7e09a

Please sign in to comment.