mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[hotfix] disable sklearn again (#11541)
This reverts commit 9522918fa2
.
This commit is contained in:
parent
155687e0c3
commit
af0fde4efd
1 changed files with 8 additions and 8 deletions
16
doc/BUILD
16
doc/BUILD
|
@ -54,14 +54,14 @@ py_test(
|
|||
# Please keep these sorted alphabetically.
|
||||
# --------------------------------------------------------------------
|
||||
|
||||
py_test(
|
||||
name = "tune_sklearn",
|
||||
size = "medium",
|
||||
main = "source/tune/_tutorials/tune-sklearn.py",
|
||||
srcs = ["source/tune/_tutorials/tune-sklearn.py"],
|
||||
tags = ["exclusive", "example"],
|
||||
args = ["--smoke-test"]
|
||||
)
|
||||
# py_test(
|
||||
# name = "tune_sklearn",
|
||||
# size = "medium",
|
||||
# main = "source/tune/_tutorials/tune-sklearn.py",
|
||||
# srcs = ["source/tune/_tutorials/tune-sklearn.py"],
|
||||
# tags = ["exclusive", "example"],
|
||||
# args = ["--smoke-test"]
|
||||
# )
|
||||
|
||||
py_test(
|
||||
name = "tune_serve_integration_mnist",
|
||||
|
|
Loading…
Add table
Reference in a new issue