Skip to content

Commit a38fa39

Browse files
authored
CI: nightly builds from additional index (#584)
1 parent f2ee304 commit a38fa39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test/run.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ def nightly_pandas():
8686
"-m",
8787
"pip",
8888
"install",
89+
"--pre",
8990
"--use-deprecated=legacy-resolver",
9091
"--upgrade",
91-
"--index-url",
92+
"--extra-index-url",
9293
"https://pypi.anaconda.org/scipy-wheels-nightly/simple",
9394
"pandas",
9495
]

0 commit comments

Comments
 (0)