Skip to content

Commit

Permalink
Fix nightly/unstable CI URL (#1578)
Browse files Browse the repository at this point in the history
* Fix nightly/unstable CI URL

See corteva/rioxarray#257

* Try --index-url instead of --extra-index-url
  • Loading branch information
djhoese authored Apr 18, 2021
1 parent 7aa706b commit cb3e197
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 @@ -95,7 +95,8 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install \
-f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com \
--index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple/ \
--trusted-host pypi.anaconda.org \
--no-deps --pre --upgrade \
matplotlib \
numpy \
Expand Down

0 comments on commit cb3e197

Please sign in to comment.