Skip to content

Commit 29281fe

Browse files
Use new nightly wheels' location (#727)
1 parent d72d9f1 commit 29281fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test/run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def nightly_pandas():
9292
"--use-deprecated=legacy-resolver",
9393
"--upgrade",
9494
"--extra-index-url",
95-
"https://pypi.anaconda.org/scipy-wheels-nightly/simple",
95+
"https://pypi.anaconda.org/scientific-python-nightly-wheels/simple",
9696
"pandas",
9797
]
9898
subprocess.run(cmd, check=True)

0 commit comments

Comments
 (0)