8000 [MNT] Update nightly wheels install location · matplotlib/matplotlib@f20bca8 · GitHub
[go: up one dir, main page]

Skip to content

Commit f20bca8

Browse files
committed
[MNT] Update nightly wheels install location
I had originally thought this was included in #25950 (hence why I had waited so long to merge it...), but apparently it was not. Now that both pandas and numpy are uploading to the new location, this is the expected install location for new nightlies
1 parent 5f29763 commit f20bca8

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)
0