Skip to content

Commit

Permalink
Remove suppress output to see why wheel is not building
Browse files Browse the repository at this point in the history
  • Loading branch information
mfitton committed Dec 24, 2020
1 parent 72fc275 commit c8f8a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ 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
"${WORKSPACE_DIR}"/python/build-wheel-macos.sh
;;
msys*)
keep_alive "${WORKSPACE_DIR}"/python/build-wheel-windows.sh
Expand Down

0 comments on commit c8f8a8e

Please sign in to comment.