Ubreak the windows wheel building (#24699)

Unbreak the windows wheel building.
This commit is contained in:
Jian Xiao 2022-05-12 00:23:56 -07:00 committed by GitHub
parent bb0bcbace0
commit 5f347a6d70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,10 @@ build_wheel_windows() {
exit 1
fi
# Drop this pin once Python 3.6 is retired from Ray.
# Details in https://github.com/ray-project/ray/issues/24653.
conda install --upgrade setuptools==58.4
unset PYTHON2_BIN_PATH PYTHON3_BIN_PATH # make sure these aren't set by some chance
install_ray
cd "${WORKSPACE_DIR}"/python