Skip to content

Commit

Permalink
Fix LMM test in CI by installing lfs (#2282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu committed Apr 5, 2024
1 parent b6ac8da commit d4aa27a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/contrib-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d4aa27a

Please sign in to comment.