Skip to content

Commit

Permalink
Install pyresample and pykdtree from unstable source in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Apr 15, 2024
1 parent 8e4a80c commit c77b830
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install versioneer pkgconfig setuptools-scm; \
conda uninstall --force-remove -y numpy pandas xarray; \
conda uninstall --force-remove -y numpy pandas xarray pyresample pykdtree; \
python -m pip install \
-f https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ \
--trusted-host pypi.anaconda.org \
Expand All @@ -53,6 +53,8 @@ jobs:
pandas; \
python -m pip install \
--no-deps --upgrade --pre --no-build-isolation \
git+https://github.com/storpipfugl/pykdtree \
git+https://github.com/pytroll/pyresample \
git+https://github.com/dask/dask \
git+https://github.com/dask/distributed \
git+https://github.com/rasterio/rasterio \
Expand Down

0 comments on commit c77b830

Please sign in to comment.