diff --git a/scripts/test/run.py b/scripts/test/run.py index e27946f82..167199642 100644 --- a/scripts/test/run.py +++ b/scripts/test/run.py @@ -92,7 +92,7 @@ def nightly_pandas(): "--use-deprecated=legacy-resolver", "--upgrade", "--extra-index-url", - "https://pypi.anaconda.org/scipy-wheels-nightly/simple", + "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple", "pandas", ] subprocess.run(cmd, check=True)