Skip to content

Commit

Permalink
Update mirror for nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly authored Oct 25, 2023
1 parent 34fded7 commit 5fc3a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: matrix.NOTE == 'Nightly Builds'
shell: bash -el {0}
run: |
PRE_WHEELS="https://pypi.anaconda.org/scipy-wheels-nightly/simple"
PRE_WHEELS="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/"
for pkg in numpy pandas scipy; do
echo "Installing $pkg nightly"
micromamba remove -y --force $pkg
Expand Down

0 comments on commit 5fc3a80

Please sign in to comment.