From 3546c41b9996c36d0f1bba497dc660d3fcfc59a7 Mon Sep 17 00:00:00 2001 From: Lonnie Liu <95255098+aslonnie@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:33:30 -0800 Subject: [PATCH] [wheel] revert commit injection (#41550) in case we need to do a ray 2.8.2 .. Signed-off-by: Lonnie Liu --- python/build-wheel-macos.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/build-wheel-macos.sh b/python/build-wheel-macos.sh index cd661a9c01fc..7851ee395169 100755 --- a/python/build-wheel-macos.sh +++ b/python/build-wheel-macos.sh @@ -93,8 +93,6 @@ for ((i=0; i<${#PY_MMS[@]}; ++i)); do echo "TRAVIS_COMMIT variable is not set, getting the current commit from git." TRAVIS_COMMIT=$(git rev-parse HEAD) fi - # Pin the commit to the last commit. - TRAVIS_COMMIT="82a8df138fe7fcc5c42536ebf26e8c3665704fee" sed -i .bak "s/{{RAY_COMMIT_SHA}}/$TRAVIS_COMMIT/g" ray/__init__.py && rm ray/__init__.py.bak