Skip to content

Commit

Permalink
fix(workflows): explicitly include csv in model summary archive
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Aug 5, 2024
1 parent 8b7c809 commit 22de101
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pyrovelocity/workflows/main_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,9 @@ def upload_summary(
print(f"\nCreating tarball\n{archive_name}\nfrom {reports_path}...\n\n")

create_tarball_from_filtered_dir(
reports_path,
archive_name,
src_dir=reports_path,
output_filename=archive_name,
extensions=(".png", ".pdf", ".csv"),
)

upload_result = upload_file_concurrently(
Expand Down

0 comments on commit 22de101

Please sign in to comment.