Skip to content

Commit

Permalink
Debub failing xarray import in unstable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Apr 12, 2024
1 parent 664af36 commit 95d030b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 95d030b

Please sign in to comment.