From d43a4ebc78cbb58b1ea7c1c26ceda350a228ca5f Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 11 Dec 2024 11:17:59 -0500 Subject: [PATCH] chore(ci): Initialize templateflow --- .github/workflows/build_test_deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index ae371cf0d1..b449545f37 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -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: |