Update .github/workflows/test.yml

Co-authored-by: Simon Alibert <75076266+aliberts@users.noreply.github.com>
This commit is contained in:
Remi
2024-10-15 18:06:17 +02:00
committed by GitHub
parent cde4945b29
commit 091177d302

View File

@@ -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 \