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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user