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