Add lfs: true for minimal test
This commit is contained in:
parent
923cd206fb
commit
780bf5d130
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue