mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 20:19:43 +00:00
fix tests
This commit is contained in:
@@ -5,8 +5,9 @@ import os
|
||||
import pytest
|
||||
import torch
|
||||
|
||||
# Skip entire module if openpi is not available
|
||||
# Skip entire module if openpi or transformers is not available
|
||||
pytest.importorskip("openpi")
|
||||
pytest.importorskip("transformers")
|
||||
|
||||
from openpi.models_pytorch import preprocessing_pytorch as openpi_preprocessing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user