temp(ci): check fix

This commit is contained in:
Steven Palma
2025-12-01 16:49:39 +01:00
parent d3e5af007d
commit 9ee793be34
2 changed files with 15 additions and 0 deletions
+6
View File
@@ -82,8 +82,14 @@ jobs:
version: ${{ env.UV_VERSION }}
python-version: ${{ env.PYTHON_VERSION }}
- name: Check disk usage
run: df -h
- name: Install lerobot with test extras
run: uv sync --extra "test"
- name: Check disk usage
run: df -h
- name: Run pytest
run: uv run pytest tests -vv --maxfail=10