mirror of
https://github.com/wassname/ray.git
synced 2026-08-16 11:27:09 +08:00
Fix more Windows issues (#9011)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
@@ -306,7 +306,7 @@ class AutoscalingTest(unittest.TestCase):
|
||||
return self.provider
|
||||
|
||||
def write_config(self, config):
|
||||
path = self.tmpdir + "/simple.yaml"
|
||||
path = os.path.join(self.tmpdir, "simple.yaml")
|
||||
with open(path, "w") as f:
|
||||
f.write(yaml.dump(config))
|
||||
return path
|
||||
|
||||
Reference in New Issue
Block a user