mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 17:45:40 +08:00
[Tune] Pin Transitive Dependencies (#13358)
This commit is contained in:
@@ -489,15 +489,15 @@ py_test(
|
||||
tags = ["exclusive", "example"]
|
||||
)
|
||||
|
||||
# Comment out for now until we sort out our dependencies.
|
||||
#py_test(
|
||||
# name = "mlflow_ptl",
|
||||
# size = "medium",
|
||||
# srcs = ["examples/mlflow_ptl.py"],
|
||||
# deps = [":tune_lib"],
|
||||
# tags = ["exclusive", "example", "py37", "pytorch"],
|
||||
# args = ["--smoke-test"]
|
||||
#)
|
||||
py_test(
|
||||
name = "mlflow_ptl",
|
||||
size = "medium",
|
||||
srcs = ["examples/mlflow_ptl.py"],
|
||||
deps = [":tune_lib"],
|
||||
tags = ["exclusive", "example", "py37", "pytorch"],
|
||||
args = ["--smoke-test"]
|
||||
)
|
||||
|
||||
py_test(
|
||||
name = "mnist_pytorch",
|
||||
size = "small",
|
||||
|
||||
Reference in New Issue
Block a user