mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 07:46:53 +08:00
test fix CI error
This commit is contained in:
@@ -10,6 +10,8 @@ from qlib.tests import TestAutoData
|
|||||||
|
|
||||||
class WorkflowTest(TestAutoData):
|
class WorkflowTest(TestAutoData):
|
||||||
TMP_PATH = Path("./.mlruns_tmp/")
|
TMP_PATH = Path("./.mlruns_tmp/")
|
||||||
|
TMP_PATH.mkdir()
|
||||||
|
print("创建的文件夹路径:", TMP_PATH.resolve())
|
||||||
|
|
||||||
def tearDown(self) -> None:
|
def tearDown(self) -> None:
|
||||||
if self.TMP_PATH.exists():
|
if self.TMP_PATH.exists():
|
||||||
|
|||||||
Reference in New Issue
Block a user