Skip to content

Commit

Permalink
Still need to make dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Feb 4, 2025
1 parent 31fff42 commit 1b57908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tests/e2e/test_dry_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def run_sunbeam(setup):

# shutil.copytree(log_fp, "logs/")
# shutil.copytree(stats_fp, "stats/")
Path("logs/").mkdir(parents=True, exist_ok=True)
Path("stats/").mkdir(parents=True, exist_ok=True)

output_fp = project_dir / "sunbeam_output"
benchmarks_fp = project_dir / "stats/"
Expand Down

0 comments on commit 1b57908

Please sign in to comment.