Skip to content

Commit c8f8a8e

Browse files
committed
Remove suppress output to see why wheel is not building
1 parent 72fc275 commit c8f8a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/travis/ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ build_wheels() {
296296
;;
297297
darwin*)
298298
# This command should be kept in sync with ray/python/README-building-wheels.md.
299-
suppress_output "${WORKSPACE_DIR}"/python/build-wheel-macos.sh
299+
"${WORKSPACE_DIR}"/python/build-wheel-macos.sh
300300
;;
301301
msys*)
302302
keep_alive "${WORKSPACE_DIR}"/python/build-wheel-windows.sh

0 commit comments

Comments
 (0)