Skip to content

Commit

Permalink
[air] Upgrade release tests that depend on upgraded modin to py38 (#3…
Browse files Browse the repository at this point in the history
…6402)

#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]>
  • Loading branch information
justinvyu committed Jun 16, 2023
1 parent c81dce7 commit 43c0812
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 43c0812

Please sign in to comment.