revert fast tests edits

This commit is contained in:
Bryson Jones
2026-01-22 08:52:36 -08:00
parent 802d73edec
commit f51e9fc1e4
+2 -6
View File
@@ -87,11 +87,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install lerobot with test extras
run: |
uv venv
uv pip install -e ".[test]"
run: uv sync --extra "test"
- name: Run pytest
run: |
source .venv/bin/activate
pytest tests -vv --maxfail=10
run: uv run pytest tests -vv --maxfail=10