diff --git a/scripts/test/run.py b/scripts/test/run.py index f4972999d..f74981404 100644 --- a/scripts/test/run.py +++ b/scripts/test/run.py @@ -86,9 +86,10 @@ def nightly_pandas(): "-m", "pip", "install", + "--pre", "--use-deprecated=legacy-resolver", "--upgrade", - "--index-url", + "--extra-index-url", "https://pypi.anaconda.org/scipy-wheels-nightly/simple", "pandas", ]