Fix build error (#9185)

Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
mehrdadn
2020-06-28 23:51:01 -07:00
committed by GitHub
parent ab8df7afa3
commit f4e5561ef7
+2 -1
View File
@@ -201,7 +201,8 @@ py_test(
py_test(
name = "test_autoscaler_yaml",
size = "small",
srcs = SRCS + ["test_autoscaler_yaml.py", "additional_property.yaml"],
srcs = SRCS + ["test_autoscaler_yaml.py"],
data = ["additional_property.yaml"],
deps = ["//:ray_lib"],
)