From 0e63f7c1b59a03a08a3fda3e6fda50ed1c5581f5 Mon Sep 17 00:00:00 2001 From: Remi Cadene Date: Fri, 27 Sep 2024 17:42:48 +0200 Subject: [PATCH] test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f22a8b87..cdb39742e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: - name: Test with pytest run: | - pytest tests/test_motors.py tests/test_robots.py -v --cov=./lerobot --durations=0 \ + pytest tests/test_cameras.py tests/test_motors.py tests/test_control_robot.py tests/test_robots.py -v --cov=./lerobot --durations=0 \ -W ignore::DeprecationWarning:imageio_ffmpeg._utils:7 \ -W ignore::UserWarning:torch.utils.data.dataloader:558 \ -W ignore::UserWarning:gymnasium.utils.env_checker:247 \