From a8516625504cfcc2c61b55e5c06ddc7c90f5f6a9 Mon Sep 17 00:00:00 2001 From: AnesBenmerzoug Date: Sun, 3 Nov 2024 20:25:07 +0100 Subject: [PATCH] Download git-lfs files in tests CI job --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f4cab3..1fea189 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,6 +50,8 @@ jobs: needs: [code-quality] steps: - uses: actions/checkout@v4 + with: + lfs: true - name: Setup Virtual Environment uses: ./.github/actions/poetry