Skip to content

Commit

Permalink
Update install-upstream-wheels.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronspring authored Oct 29, 2023
1 parent 82a77e1 commit 9f44b40
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions ci/install-upstream-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,22 @@ conda uninstall -y --force \
dask \
cftime \
bottleneck \
scipy \
xarray \
xhistogram \
xskillscore


# to limit the runtime of Upstream CI
python -m pip install pytest-timeout
python -m pip install \
-i https://pypi.anaconda.org/scipy-wheels-nightly/simple \
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
--no-deps \
--pre \
--upgrade \
numpy \
scipy \
matplotlib \
pandas
python -m pip install \
-f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com \
--no-deps \
--pre \
--upgrade \
matplotlib
python -m pip install pytest-timeout
python -m pip install \
--no-deps \
--upgrade \
Expand Down

0 comments on commit 9f44b40

Please sign in to comment.