From ac2044a3ea02ab691572dabb48c4701f87404d9a Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Sat, 30 Apr 2022 13:55:42 -0700 Subject: [PATCH] Skip mypy tests in CI Almost all the way there on rolling back everything I've done recently :) --- .github/workflows/ci-additional.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-additional.yaml b/.github/workflows/ci-additional.yaml index 61b9fc99bd7..e1dcb664d54 100644 --- a/.github/workflows/ci-additional.yaml +++ b/.github/workflows/ci-additional.yaml @@ -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}