Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] revert macos back to python 3.8 #42297

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .buildkite/pipeline.macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ common: &common
env:
BUILDKITE: "true"
CI: "true"
PYTHON: "3.9"
PYTHON: "3.8"
RAY_USE_RANDOM_PORTS: "1"
RAY_DEFAULT_BUILD: "1"
LC_ALL: en_US.UTF-8
Expand Down Expand Up @@ -92,7 +92,7 @@ steps:
- export MAC_JARS=1
- export RAY_INSTALL_JAVA=1
- export RAY_ENABLE_WINDOWS_OR_OSX_CLUSTER=1
- export PYTHON=3.9
- export PYTHON=3.8
- . ./ci/ci.sh init && source ~/.zshenv
- ./ci/ci.sh build
# Test wheels
Expand Down
2 changes: 1 addition & 1 deletion ci/ray_ci/macos/macos_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ex

export CI="true"
export PYTHON="3.9"
export PYTHON="3.8"
export RAY_USE_RANDOM_PORTS="1"
export RAY_DEFAULT_BUILD="1"
export LC_ALL="en_US.UTF-8"
Expand Down
Loading