Skip to content

Commit

Permalink
Downgrade conda (#38022) (#38220)
Browse files Browse the repository at this point in the history
Signed-off-by: can <[email protected]>
Co-authored-by: Cuong Nguyen <[email protected]>
  • Loading branch information
rickyyx and can-anyscale authored Aug 8, 2023
1 parent 4d31114 commit c8cde88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/build-wheel-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8cde88

Please sign in to comment.