Skip to content

Commit

Permalink
pin mypy to 1.11.2 (pydata#9621)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer authored Oct 14, 2024
1 parent 9e3d3bd commit 017279c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
python xarray/util/print_versions.py
- name: Install mypy
run: |
python -m pip install "mypy" --force-reinstall
python -m pip install "mypy==1.11.2" --force-reinstall
- name: Run mypy
run: |
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
python xarray/util/print_versions.py
- name: Install mypy
run: |
python -m pip install "mypy" --force-reinstall
python -m pip install "mypy==1.11.2" --force-reinstall
- name: Run mypy
run: |
Expand Down

0 comments on commit 017279c

Please sign in to comment.