Skip to content

Commit

Permalink
Allow dependencies to be installed in unstable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Nov 21, 2023
1 parent 21de5b0 commit 3a97a1a
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,7 +78,7 @@ jobs:
pandas \
scipy
mamba remove --force-remove -y pykdtree pyresample
python -m pip install --no-deps --upgrade --no-build-isolation \
python -m pip install --upgrade --no-build-isolation \
git+https://github.com/storpipfugl/pykdtree \
git+https://github.com/pytroll/pyresample \
git+https://github.com/dask/dask \
Expand Down

0 comments on commit 3a97a1a

Please sign in to comment.