Skip to content

Commit

Permalink
Add more dependencies to unstable CI
Browse files Browse the repository at this point in the history
Try to make xarray happy
  • Loading branch information
djhoese committed Apr 13, 2024
1 parent 95d030b commit f2f7167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
git+https://github.com/Unidata/cftime \
git+https://github.com/mapbox/rasterio \
git+https://github.com/pydata/bottleneck \
git+https://github.com/h5py/h5py \
git+https://github.com/h5netcdf/h5netcdf \
git+https://github.com/zarr-developers/zarr \
git+https://github.com/pydata/xarray;
python -m pip install -e . --no-deps --no-build-isolation;
Expand All @@ -73,7 +75,6 @@ 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 f2f7167

Please sign in to comment.