Skip to content

Commit

Permalink
chore(workflows): bump summarize cache to 2024.8.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Aug 7, 2024
1 parent a193e01 commit 5db7ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyrovelocity/workflows/main_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
logger = configure_logging(__name__)

CACHE_VERSION = "2024.8.5"
SUMMARIZE_CACHE_VERSION = "2024.8.5.2"
SUMMARIZE_CACHE_VERSION = "2024.8.5.3"
PYROVELOCITY_CACHE_FLAG = str_to_bool(
os.getenv("PYROVELOCITY_CACHE_FLAG", "True")
)
Expand Down

0 comments on commit 5db7ac8

Please sign in to comment.