mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 06:46:40 +08:00
Fix more Windows tests (#9173)
This commit is contained in:
@@ -194,14 +194,14 @@ py_test(
|
||||
py_test(
|
||||
name = "test_autoscaler_aws",
|
||||
size = "small",
|
||||
srcs = ["aws/test_autoscaler_aws.py"],
|
||||
srcs = SRCS + ["aws/test_autoscaler_aws.py"],
|
||||
deps = ["//:ray_lib"],
|
||||
)
|
||||
|
||||
py_test(
|
||||
name = "test_autoscaler_yaml",
|
||||
size = "small",
|
||||
srcs = SRCS + ["test_autoscaler_yaml.py"],
|
||||
srcs = SRCS + ["test_autoscaler_yaml.py", "additional_property.yaml"],
|
||||
deps = ["//:ray_lib"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user