[HIL-SERL] Update CI to allow installation of prerelease versions for lerobot (#1018)

Co-authored-by: imstevenpmwork <steven.palma@huggingface.co>
This commit is contained in:
Adil Zouitine
2025-04-24 10:18:03 +02:00
committed by GitHub
parent a0018240d5
commit 299effe0f1
10 changed files with 78 additions and 388 deletions

View File

@@ -101,7 +101,7 @@ jobs:
python-version: "3.10"
- name: Install lerobot
run: uv sync --extra "test" --prerelease=allow
run: uv sync --extra "test"
- name: Test with pytest
run: |