Skip to content

Commit

Permalink
test fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
Linlang committed Mar 6, 2024
1 parent cac66e9 commit f206f0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

class WorkflowTest(TestAutoData):
TMP_PATH = Path("./.mlruns_tmp/")
TMP_PATH.mkdir()
print("创建的文件夹路径:", TMP_PATH.resolve())

def tearDown(self) -> None:
if self.TMP_PATH.exists():
Expand Down

0 comments on commit f206f0a

Please sign in to comment.