mirror of
https://github.com/huggingface/lerobot.git
synced 2026-06-29 14:17:04 +00:00
ab76b83f2f
tests/jobs/test_dataset.py imports lerobot.jobs.dataset, which triggers
the require_package("datasets") guard in lerobot/jobs/__init__.py at
import time. Without lerobot[dataset] the module fails to collect in the
base CI tier. Guard with importorskip, same as test_hf.py.