Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,12 @@ jobs:
- name: Install mypy
run: |
python -m pip install mypy
python -m mypy --install-types --non-interactive

# Temporarily overriding to be true due to https://github.com/pydata/xarray/issues/6551
# python -m mypy --install-types --non-interactive
- name: Run mypy
run: python -m mypy
run: |
python -m mypy --install-types --non-interactive || true

min-version-policy:
name: Minimum Version Policy
Expand Down