Skip to content

Commit

Permalink
[wheel] revert commit injection (#41550)
Browse files Browse the repository at this point in the history
in case we need to do a ray 2.8.2 ..

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie authored Dec 1, 2023
1 parent 0853dbf commit 3546c41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/build-wheel-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3546c41

Please sign in to comment.