1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 03:50:57 +08:00

test fix CI error

This commit is contained in:
Linlang
2024-03-06 13:20:42 +08:00
parent 4023277874
commit e979590083

View File

@@ -17,7 +17,8 @@ class WorkflowTest(TestAutoData):
def test_get_local_dir(self):
""" """
self.TMP_PATH.mkdir()
folder_path = Path("./.mlruns_tmp/.trash")
folder_path.mkdir(parents=True, exist_ok=True)
print(self.TMP_PATH.resolve())
with R.start(uri=str(self.TMP_PATH)):
pass