Skip to content

Commit

Permalink
Do git lfs checkout if the cache key is found
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Feb 20, 2023
1 parent 710189a commit 83a05c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
run: git lfs pull
working-directory: tardis-refdata
if: steps.lfs-cache.outputs.cache-hit != 'true'

- name: Git LFS Checkout
run: git lfs checkout
working-directory: tardis-refdata
if: steps.lfs-cache.outputs.cache-hit == 'true'

- name: Setup environment
uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit 83a05c8

Please sign in to comment.