Skip to content

Commit

Permalink
chore(workflows): bump cache 2024.7.29
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Jul 29, 2024
1 parent 06320e5 commit 708fa9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyrovelocity/workflows/main_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@

logger = configure_logging(__name__)

CACHE_VERSION = "2024.7.28"
SUMMARIZE_CACHE_VERSION = "2024.7.28"
CACHE_VERSION = "2024.7.29"
SUMMARIZE_CACHE_VERSION = "2024.7.29"
PYROVELOCITY_CACHE_FLAG = str_to_bool(
os.getenv("PYROVELOCITY_CACHE_FLAG", "True")
)
Expand Down

0 comments on commit 708fa9f

Please sign in to comment.