mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-24 04:59:47 +00:00
revert fast tests edits
This commit is contained in:
@@ -87,11 +87,7 @@ jobs:
|
|||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
||||||
- name: Install lerobot with test extras
|
- name: Install lerobot with test extras
|
||||||
run: |
|
run: uv sync --extra "test"
|
||||||
uv venv
|
|
||||||
uv pip install -e ".[test]"
|
|
||||||
|
|
||||||
- name: Run pytest
|
- name: Run pytest
|
||||||
run: |
|
run: uv run pytest tests -vv --maxfail=10
|
||||||
source .venv/bin/activate
|
|
||||||
pytest tests -vv --maxfail=10
|
|
||||||
|
|||||||
Reference in New Issue
Block a user