mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-19 10:40:04 +00:00
revert fast tests edits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user