diff --git a/ci/install-upstream-wheels.sh b/ci/install-upstream-wheels.sh index 39e04d04d47..41507fce13e 100755 --- a/ci/install-upstream-wheels.sh +++ b/ci/install-upstream-wheels.sh @@ -23,7 +23,7 @@ conda uninstall -y --force \ xarray # to limit the runtime of Upstream CI python -m pip install \ - -i https://pypi.anaconda.org/scipy-wheels-nightly/simple \ + -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \ --no-deps \ --pre \ --upgrade \