Skip to content

Commit

Permalink
Skip mypy tests in CI (#6552)
Browse files Browse the repository at this point in the history
Almost all the way there on rolling back everything I've done recently :)
  • Loading branch information
max-sixty authored Apr 30, 2022
1 parent c9c7bca commit aee7106
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ jobs:
name: Mypy
runs-on: "ubuntu-latest"
needs: detect-ci-trigger
if: needs.detect-ci-trigger.outputs.triggered == 'false'
# temporarily skipping due to https://github.com/pydata/xarray/issues/6551
# if: needs.detect-ci-trigger.outputs.triggered == 'false'
if: false
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit aee7106

Please sign in to comment.