Skip to content

Commit aee7106

Browse files
authored
Skip mypy tests in CI (#6552)
Almost all the way there on rolling back everything I've done recently :)
1 parent c9c7bca commit aee7106

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ jobs:
158158
name: Mypy
159159
runs-on: "ubuntu-latest"
160160
needs: detect-ci-trigger
161-
if: needs.detect-ci-trigger.outputs.triggered == 'false'
161+
# temporarily skipping due to https://github.com/pydata/xarray/issues/6551
162+
# if: needs.detect-ci-trigger.outputs.triggered == 'false'
163+
if: false
162164
defaults:
163165
run:
164166
shell: bash -l {0}

0 commit comments

Comments
 (0)