From b9318281f36fba80c845ec8d71aaa9a2c435ef62 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Tue, 11 Nov 2025 12:02:54 -0500 Subject: [PATCH] fix: re-enable repeatable install now that it's fixed on master --- .github/workflows/deploy-db-test-pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-db-test-pages.yml b/.github/workflows/deploy-db-test-pages.yml index df3f98909e..fd911f8b80 100644 --- a/.github/workflows/deploy-db-test-pages.yml +++ b/.github/workflows/deploy-db-test-pages.yml @@ -47,8 +47,7 @@ jobs: cli: ${{ env.CLOJURE_VERSION }} - name: Fetch yarn deps - # run: yarn install --frozen-lockfile - run: yarn install + run: yarn install --frozen-lockfile - name: Set Build Environment Variables run: |