Skip to content

Commit

Permalink
Use old version of xarray in unstable CI for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Apr 14, 2024
1 parent 2a116f9 commit b36fe21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
--no-deps --upgrade --pre --no-build-isolation \
git+https://github.com/dask/dask \
git+https://github.com/dask/distributed \
git+https://github.com/mapbox/rasterio \
git+https://github.com/rasterio/rasterio \
git+https://github.com/pydata/bottleneck \
git+https://github.com/zarr-developers/zarr \
git+https://github.com/pydata/xarray;
git+https://github.com/pydata/xarray@013a4268124919fcc1f22118685ddc2a179ea24f;
python -m pip install -e . --no-deps --no-build-isolation;
- name: Install trollimage
Expand Down

0 comments on commit b36fe21

Please sign in to comment.