From c8f8a8e51005cb3aab64a9e98f6e709b4976c03b Mon Sep 17 00:00:00 2001 From: Max Fitton Date: Wed, 23 Dec 2020 15:59:51 -0800 Subject: [PATCH] Remove suppress output to see why wheel is not building --- ci/travis/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/travis/ci.sh b/ci/travis/ci.sh index 843515400..53eb2e5a5 100755 --- a/ci/travis/ci.sh +++ b/ci/travis/ci.sh @@ -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