Skip to content

Commit

Permalink
[ci] add missing deps in ml build file (ray-project#41906)
Browse files Browse the repository at this point in the history
Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie authored Dec 14, 2023
1 parent 6cc3909 commit 709493e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/ml.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ steps:
--parallelism-per-worker 3
--except-tags soft_imports,gpu_only,rllib,multinode
--test-env=AIR_VERBOSITY=1
depends_on: mlbuild
depends_on: [ "mlbuild", "forge" ]

- label: ":train: ml: tune soft import tests"
tags: tune
Expand All @@ -95,7 +95,7 @@ steps:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tune/... ml
--only-tags soft_imports
--build-name oss-ci-base_build
depends_on: oss-ci-base_build
depends_on: [ "oss-ci-base_build", "forge" ]

- label: ":train: ml: air tests"
tags: ml
Expand Down

0 comments on commit 709493e

Please sign in to comment.