chore(installation): remove libero installation patch (#2416)

* chore(installation): remove libero installation patch

* fix(ci): exclude groot for unbound deps test
This commit is contained in:
Steven Palma
2025-11-10 11:51:52 +01:00
committed by GitHub
parent a4aa316470
commit a5b29d4301
5 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
echo "Dependencies unbound:" && cat pyproject.toml
- name: Install lerobot with all extras
run: uv sync --all-extras
run: uv sync --all-extras --no-extra groot # TODO(Steven): Make flash-attn optional
- name: Run pytest (all extras)
run: uv run pytest tests -vv