Fix LMM test in CI by installing lfs (#2282)

This commit is contained in:
Eric Zhu 2024-04-04 19:39:00 -07:00 committed by GitHub
parent b6ac8da554
commit d4aa27a21b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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: