Skip to content

Commit

Permalink
Remove unnecessary scipy in unstable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Apr 15, 2024
1 parent facde86 commit 8e4a80c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,13 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install versioneer pkgconfig setuptools-scm; \
conda uninstall --force-remove -y numpy pandas scipy xarray; \
conda uninstall --force-remove -y numpy pandas xarray; \
python -m pip install \
-f https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ \
--trusted-host pypi.anaconda.org \
--no-deps --pre --upgrade \
numpy \
pandas \
scipy; \
pandas; \
python -m pip install \
--no-deps --upgrade --pre --no-build-isolation \
git+https://github.com/dask/dask \
Expand Down

0 comments on commit 8e4a80c

Please sign in to comment.