Skip to content

Commit

Permalink
chore(ci): Initialize templateflow
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 11, 2024
1 parent 6be8d66 commit d43a4eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ jobs:
# If the cache need to be cleared, remove this when bumping key version
# restore-keys: |
# templateflow-v0
- name: Initialize templateflow
if: steps.tf-restore-cache.outputs.cache-hit != 'true'
run: |
uvx templateflow update --no-overwrite
- name: Install tox
run: |
Expand Down

0 comments on commit d43a4eb

Please sign in to comment.