Skip to content

Commit

Permalink
[air] Upgrade release tests that depend on upgraded modin to py38 (ra…
Browse files Browse the repository at this point in the history
…y-project#36402)

ray-project#30895 upgraded the pinned version of modin, removing support for python <= 3.7. All the release tests run with py37 by default, so the cluster env was failing to build due to no compatible modin version. This PR runs these release tests with py38 instead, which aligns with the us moving to testing with py38 for all of CI.

Signed-off-by: Justin Yu <[email protected]>
Signed-off-by: e428265 <[email protected]>
  • Loading branch information
justinvyu authored and arvind-chandra committed Aug 31, 2023
1 parent 01c58eb commit 6c026be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
- name: air_benchmark_xgboost_cpu_10
group: AIR tests
working_dir: air_tests/air_benchmarks

python: "3.8"
frequency: nightly
team: ml

Expand Down Expand Up @@ -994,7 +994,7 @@
- name: xgboost_train_gpu
group: XGBoost
working_dir: xgboost_tests

python: "3.8"
frequency: nightly
team: ml

Expand Down

0 comments on commit 6c026be

Please sign in to comment.