mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:06:25 +08:00
Fix OS X Wheel Build - Update brew cask install (#13062)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
+2
-1
@@ -300,7 +300,8 @@ build_wheels() {
|
||||
;;
|
||||
darwin*)
|
||||
# This command should be kept in sync with ray/python/README-building-wheels.md.
|
||||
suppress_output "${WORKSPACE_DIR}"/python/build-wheel-macos.sh
|
||||
# Remove suppress_output for now to avoid timeout
|
||||
"${WORKSPACE_DIR}"/python/build-wheel-macos.sh
|
||||
;;
|
||||
msys*)
|
||||
keep_alive "${WORKSPACE_DIR}"/python/build-wheel-windows.sh
|
||||
|
||||
Reference in New Issue
Block a user