From 1c1925525c45a9351a26dd0ea6c3280489cc11b1 Mon Sep 17 00:00:00 2001 From: atharva-2001 Date: Mon, 13 Feb 2023 11:59:26 +0530 Subject: [PATCH] test --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d24cf0bc236..08ada8bc251 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -68,7 +68,7 @@ jobs: - name: Git LFS Pull run: git lfs pull working-directory: tardis-refdata - if: steps.lfs-cache.outputs.cache-hit != 'true' + # if: steps.lfs-cache.outputs.cache-hit != 'true' - name: Setup environment uses: conda-incubator/setup-miniconda@v2