Fix OS X Wheel Build - Update brew cask install (#13062)

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Max Fitton
2020-12-23 20:51:50 -08:00
committed by GitHub
parent b11bd22111
commit 81bfee79bc
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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