From d4aa27a21b6d20889d900539c408412ad6ae9b7a Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Thu, 4 Apr 2024 19:39:00 -0700 Subject: [PATCH] Fix LMM test in CI by installing lfs (#2282) --- .github/workflows/contrib-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/contrib-tests.yml b/.github/workflows/contrib-tests.yml index 800085f91..ba91f02cc 100644 --- a/.github/workflows/contrib-tests.yml +++ b/.github/workflows/contrib-tests.yml @@ -229,6 +229,8 @@ jobs: python-version: ["3.12"] steps: - uses: actions/checkout@v4 + with: + lfs: true - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: