Skip to content

Commit

Permalink
[ci] revert macos back to python 3.8 (ray-project#42297)
Browse files Browse the repository at this point in the history
Signed-off-by: can <can@anyscale.com>
  • Loading branch information
can-anyscale authored and vickytsang committed Jan 12, 2024
1 parent 6d825d3 commit e871302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit e871302

Please sign in to comment.