Add lfs: true for minimal test

This commit is contained in:
Remi Cadene 2024-05-19 19:05:52 +00:00
parent 923cd206fb
commit 780bf5d130
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ jobs:
MUJOCO_GL: egl MUJOCO_GL: egl
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
lfs: true # Ensure LFS files are pulled
- name: Install poetry - name: Install poetry
run: | run: |