mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Ubreak the windows wheel building (#24699)
Unbreak the windows wheel building.
This commit is contained in:
parent
bb0bcbace0
commit
5f347a6d70
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue