Skip to content

Commit

Permalink
Update gh-ci-cron.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Dec 25, 2023
1 parent 6c64a88 commit 7af23d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gh-ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ jobs:
- conda-forge
- bioconda
# Try to pick up nightly wheels first
# Note: enforce >=2.0.0-dev0 for numpy to make sure we pick up the latest version
- name: nightly_wheels
run: |
pip install --pre -U --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy "numpy>=2.0.0-dev0" networkx matplotlib pandas
- name: install_deps
uses: ./.github/actions/setup-deps
with:
Expand All @@ -66,6 +60,12 @@ jobs:
networkx: ""
matplotlib: ""

# Try to pick up the nightly wheels
# Note: enforce >=2.0.0-dev0 for numpy to make sure we pick up the latest version
- name: nightly_wheels
run: |
pip install --pre -U --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy "numpy>=2.0.0-dev0" networkx matplotlib pandas
- name: list_deps
run: |
micromamba list
Expand Down

0 comments on commit 7af23d8

Please sign in to comment.