Skip to content

Commit

Permalink
[CI] Fix Python 3.7 ML compatibility tests by removing ray_lightning (r…
Browse files Browse the repository at this point in the history
…ay-project#36673)

Signed-off-by: woshiyyya <[email protected]>
  • Loading branch information
woshiyyya committed Jun 22, 2023
1 parent 0ab00ec commit 8e8e0a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
- >-
set -x;
{
python ./ci/run/bazel_sharding/bazel_sharding.py --exclude_manual --index "\${BUILDKITE_PARALLEL_JOB}" --count "\${BUILDKITE_PARALLEL_JOB_COUNT}" --tag_filters=compat python/ray/tests/horovod/... python/ray/tests/lightgbm/... python/ray/tests/ml_py37_compat/... python/ray/tests/xgboost/... python/ray/tests/ray_lightning/... &&
python ./ci/run/bazel_sharding/bazel_sharding.py --exclude_manual --index "\${BUILDKITE_PARALLEL_JOB}" --count "\${BUILDKITE_PARALLEL_JOB_COUNT}" --tag_filters=compat python/ray/tests/horovod/... python/ray/tests/lightgbm/... python/ray/tests/ml_py37_compat/... python/ray/tests/xgboost/... &&
python ./ci/run/bazel_sharding/bazel_sharding.py --exclude_manual --index "\${BUILDKITE_PARALLEL_JOB}" --count "\${BUILDKITE_PARALLEL_JOB_COUNT}" --tag_filters=-gpu,-needs_credentials,-hdfs python/ray/air/... &&
python ./ci/run/bazel_sharding/bazel_sharding.py --exclude_manual --index "\${BUILDKITE_PARALLEL_JOB}" --count "\${BUILDKITE_PARALLEL_JOB_COUNT}" --tag_filters=ray_air,-torch_1_11,-gpu_only,-gpu,-needs_credentials,-hdfs python/ray/train/... &&
python ./ci/run/bazel_sharding/bazel_sharding.py --exclude_manual --index "\${BUILDKITE_PARALLEL_JOB}" --count "\${BUILDKITE_PARALLEL_JOB_COUNT}" --tag_filters=ray_air python/ray/data/...;
Expand Down
1 change: 1 addition & 0 deletions doc/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pillow
pyarrow
pydantic < 1.10.0
pyyaml
pytorch-lightning==1.6.5
scikit-optimize
redis
starlette
Expand Down
1 change: 0 additions & 1 deletion python/requirements/compat/requirements_py37_compat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pytorch-lightning==1.6.5
# Upstream libraries
lightgbm_ray==0.1.8
xgboost_ray==0.1.15
ray_lightning==0.3.0

# Datasets
pyarrow==6.0.1
Expand Down

0 comments on commit 8e8e0a4

Please sign in to comment.