Skip to content

Commit

Permalink
Add scipy unstable CI dep
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Apr 12, 2024
1 parent 9f97397 commit 664af36
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 @@ -49,7 +49,8 @@ jobs:
--trusted-host pypi.anaconda.org \
--no-deps --pre --upgrade \
numpy \
pandas; \
pandas \
scipy; \
python -m pip install \
--no-deps --upgrade --pre --no-build-isolation \
git+https://github.com/dask/dask \
Expand Down

0 comments on commit 664af36

Please sign in to comment.