Skip to content

Commit

Permalink
[release auto] use python3 for interpreter (#46800)
Browse files Browse the repository at this point in the history
python is not installed by default in the forge.

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie authored Jul 25, 2024
1 parent ecfb064 commit 89a728d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/release-automation/set-ray-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

if [[ -z "${RAY_VERSION:-}" ]]; then
RAY_VERSION="$(python python/ray/_version.py | cut -d' ' -f1)"
RAY_VERSION="$(python3 python/ray/_version.py | cut -d' ' -f1)"
if [[ "${RAY_VERSION}" =~ dev0 ]]; then
echo "RAY_VERSION is not set, value is ${RAY_VERSION}" >/dev/stderr
exit 1
Expand Down

0 comments on commit 89a728d

Please sign in to comment.