From c8cde88dd75a7a7f7f7d9b981612d77129de356c Mon Sep 17 00:00:00 2001 From: Ricky Xu Date: Tue, 8 Aug 2023 09:53:51 -0700 Subject: [PATCH] Downgrade conda (#38022) (#38220) Signed-off-by: can Co-authored-by: Cuong Nguyen <128072568+can-anyscale@users.noreply.github.com> --- python/build-wheel-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/build-wheel-windows.sh b/python/build-wheel-windows.sh index 117aad3efa82..887c402765fb 100755 --- a/python/build-wheel-windows.sh +++ b/python/build-wheel-windows.sh @@ -103,7 +103,7 @@ build_wheel_windows() { # Start a subshell to prevent PATH and cd from affecting our shell environment ( if ! is_python_version "${pyversion}"; then - conda install -y python="${pyversion}" + conda install -y conda=23.1.0 python="${pyversion}" fi if ! is_python_version "${pyversion}"; then echo "Expected pip for Python ${pyversion} but found Python $(get_python_version) with $(pip --version); exiting..." 1>&2