This commit is contained in:
AdilZouitine
2025-04-22 16:16:04 +02:00
parent cf03ca930f
commit a0018240d5

View File

@@ -101,9 +101,7 @@ jobs:
python-version: "3.10"
- name: Install lerobot
env:
UV_PRERELEASE: allow # HACK: Remove once we have a release
run: uv sync --extra "test"
run: uv sync --extra "test" --prerelease=allow
- name: Test with pytest
run: |