Skip to content

Commit

Permalink
Install pykdtree from source for unstable CI
Browse files Browse the repository at this point in the history
Needs to be built with numpy 2
  • Loading branch information
djhoese committed Apr 12, 2024
1 parent f457b4f commit 7f3c113
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 @@ -43,7 +43,7 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install versioneer pkgconfig; \
conda uninstall --force-remove -y scipy h5py; \
conda uninstall --force-remove -y scipy h5py pykdtree; \
python -m pip install \
-f https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ \
--trusted-host pypi.anaconda.org \
Expand All @@ -57,6 +57,7 @@ jobs:
git+https://github.com/dask/dask \
git+https://github.com/dask/distributed \
git+https://github.com/h5py/h5py \
git+https://github.com/storpipfugl/pykdtree \
git+https://github.com/zarr-developers/zarr \
git+https://github.com/pydata/bottleneck \
git+https://github.com/pydata/xarray;
Expand Down

0 comments on commit 7f3c113

Please sign in to comment.