From 95d030b90de4b01207d50f660d67458bb5e0e163 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Fri, 12 Apr 2024 17:43:05 -0500 Subject: [PATCH] Debub failing xarray import in unstable CI --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eca13a2..f529906 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,6 +73,7 @@ jobs: - name: Run unit tests shell: bash -l {0} run: | + python -c "from xarray.backends.api import open_dataset" pytest --cov=trollimage trollimage/tests --cov-report=xml --cov-report= - name: Upload unittest coverage to Codecov