From 780bf5d130e87404dea2e0ba435cebd54f690161 Mon Sep 17 00:00:00 2001 From: Remi Cadene Date: Sun, 19 May 2024 19:05:52 +0000 Subject: [PATCH] Add lfs: true for minimal test --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba069be3..91f37e0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,6 +67,8 @@ jobs: MUJOCO_GL: egl steps: - uses: actions/checkout@v4 + with: + lfs: true # Ensure LFS files are pulled - name: Install poetry run: |