From 7dbdbb051cf07622026ce2459f100dc89b56b1d3 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Sat, 9 Mar 2024 15:35:20 +0100 Subject: [PATCH] Add git lfs in CI checkout --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75c992434..e5e73f1f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,8 @@ jobs: #---------------------------------------------- - name: Check out repository uses: actions/checkout@v4 + with: + lfs: true - name: Set up python id: setup-python uses: actions/setup-python@v5