From 77dd182c3b5627b58b0457dd746d86978ce3d2f6 Mon Sep 17 00:00:00 2001 From: Elizabeth Berrigan Date: Tue, 26 Mar 2024 20:44:10 -0700 Subject: [PATCH] Fetch LFS files during CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae2a82c..b56aa62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v3 + with: + lfs: true # Fetch large files with Git LFS - name: Setup Micromamba # https://github.com/mamba-org/setup-micromamba