From 7f42f63ef0fec6175a9db2e75c8d130c371ab3ca Mon Sep 17 00:00:00 2001 From: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:10:41 +0200 Subject: [PATCH] Use another repository for upstream testing --- ci/install-upstream-wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \