mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 01:06:56 +08:00
test fix CI error
This commit is contained in:
@@ -17,7 +17,8 @@ class WorkflowTest(TestAutoData):
|
|||||||
|
|
||||||
def test_get_local_dir(self):
|
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())
|
print(self.TMP_PATH.resolve())
|
||||||
with R.start(uri=str(self.TMP_PATH)):
|
with R.start(uri=str(self.TMP_PATH)):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user