From f20bca862714567d4e4afff82162fe4655112599 Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Mon, 12 Jun 2023 10:27:24 -0500 Subject: [PATCH] [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 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 27b39e111d4f..2469c2c80e8a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -259,7 +259,7 @@ jobs: run: | python -m pip install pytz # Must be installed for Pandas. python -m pip install \ - --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple \ + --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \ --upgrade --only-binary=:all: numpy pandas - name: Install Matplotlib