We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a8df1 commit 9620336Copy full SHA for 9620336
python/build-wheel-macos.sh
@@ -17,8 +17,7 @@ if [ "$(uname -m)" = "arm64" ]; then
17
"3.10"
18
"3.11")
19
else
20
- PY_MMS=("3.7"
21
- "3.8"
+ PY_MMS=("3.8"
22
"3.9"
23
24
@@ -94,6 +93,8 @@ for ((i=0; i<${#PY_MMS[@]}; ++i)); do
94
93
echo "TRAVIS_COMMIT variable is not set, getting the current commit from git."
95
TRAVIS_COMMIT=$(git rev-parse HEAD)
96
fi
+ # Pin the commit to the last commit.
97
+ TRAVIS_COMMIT="82a8df138fe7fcc5c42536ebf26e8c3665704fee"
98
99
sed -i .bak "s/{{RAY_COMMIT_SHA}}/$TRAVIS_COMMIT/g" ray/__init__.py && rm ray/__init__.py.bak
100
0 commit comments