From b97ab2cb3eba7ea466bc8095a6888183084ab584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20W=C3=B6rtwein?= Date: Thu, 16 Mar 2023 18:19:50 -0400 Subject: [PATCH] CI: nightly builds from additional index --- scripts/test/run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", ]