Skip to content

Commit

Permalink
Fix cython dev h5py install
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Nov 21, 2023
1 parent 88ae0a6 commit 9efa3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
pandas \
scipy
mamba remove --force-remove -y pykdtree pyresample trollimage pyhdf netcdf4 h5py
python -m pip install --upgrade --no-deps --pre git+https://github.com/takluyver/h5py@cython-3
python -m pip install --upgrade --no-deps --pre --no-build-isolation \
git+https://github.com/storpipfugl/pykdtree \
git+https://github.com/pytroll/pyresample \
git+https://github.com/pytroll/trollimage \
git+https://github.com/fhs/pyhdf \
git+https://github.com/takluyver/h5py@cython-3 \
git+https://github.com/Unidata/netcdf4-python \
git+https://github.com/dask/dask \
git+https://github.com/dask/distributed \
Expand Down

0 comments on commit 9efa3cb

Please sign in to comment.