We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72d9f1 commit 29281feCopy full SHA for 29281fe
scripts/test/run.py
@@ -92,7 +92,7 @@ def nightly_pandas():
92
"--use-deprecated=legacy-resolver",
93
"--upgrade",
94
"--extra-index-url",
95
- "https://pypi.anaconda.org/scipy-wheels-nightly/simple",
+ "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple",
96
"pandas",
97
]
98
subprocess.run(cmd, check=True)
0 commit comments