From 091177d3027b5233549160b181522bafd3f715de Mon Sep 17 00:00:00 2001 From: Remi Date: Tue, 15 Oct 2024 18:06:17 +0200 Subject: [PATCH] Update .github/workflows/test.yml Co-authored-by: Simon Alibert <75076266+aliberts@users.noreply.github.com> --- .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 457de111b..9d51def4d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -97,7 +97,7 @@ jobs: - name: Test with pytest run: | - pytest tests/test_control_robot.py -v --cov=./lerobot --durations=0 \ + pytest tests -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 \