1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-02 02:21:18 +08:00

test fix CI error

This commit is contained in:
Linlang
2024-03-06 12:32:13 +08:00
parent cac66e9c9d
commit f206f0a6da

View File

@@ -10,6 +10,8 @@ from qlib.tests import TestAutoData
class WorkflowTest(TestAutoData):
TMP_PATH = Path("./.mlruns_tmp/")
TMP_PATH.mkdir()
print("创建的文件夹路径:", TMP_PATH.resolve())
def tearDown(self) -> None:
if self.TMP_PATH.exists():