Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2811576

Browse files
authored
Merge pull request #26111 from ksunden/nightlies_install_loc
[MNT] Update nightly wheels install location
2 parents c3a2794 + f20bca8 commit 2811576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
run: |
260260
python -m pip install pytz # Must be installed for Pandas.
261261
python -m pip install \
262-
--index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple \
262+
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
263263
--upgrade --only-binary=:all: numpy pandas
264264
265265
- name: Install Matplotlib

0 commit comments

Comments
 (0)