Skip to content

Commit

Permalink
try to see if pip will be smarter
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Dec 23, 2023
1 parent 1cde339 commit fd45749
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
# Note: need to install contourpy first before matplotlib
- name: nightly_wheels
run: |
pip install contourpy
pip install --pre -U -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy numpy networkx matplotlib pandas
pip install --pre -U --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy numpy networkx matplotlib pandas
- name: install_deps
uses: ./.github/actions/setup-deps
Expand Down

0 comments on commit fd45749

Please sign in to comment.