Skip to content

Commit

Permalink
remove dup function in rllib_contrib_ci.sh
Browse files Browse the repository at this point in the history
Signed-off-by: owenowenisme <[email protected]>
  • Loading branch information
owenowenisme committed Feb 7, 2025
1 parent 1f06e2b commit b25dc3e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ci/ray_ci/rllib_contrib/rllib_contrib_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,6 @@ test_slate_q() {
bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=-flaky,learning_tests --test_arg=--framework=torch rllib_contrib/slate_q/...
}

test_td3() {
# shellcheck disable=SC2317
build "td3"
# BAZEL (learning and compilation) tests:
# shellcheck disable=SC2317
bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=-flaky rllib_contrib/td3/...
}

test_a3c() {
build "a3c"
# BAZEL (learning and compilation) tests:
Expand Down

0 comments on commit b25dc3e

Please sign in to comment.