This commit is contained in:
Remi Cadene
2024-10-13 17:15:40 +02:00
parent 1f0bdecaf8
commit d02e204e10
2 changed files with 16 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ jobs:
- name: Test with pytest
run: |
pytest 'tests/test_control_robot.py::test_record_and_replay_and_policy[koch-True]' -v --cov=./lerobot --durations=0 \
pytest -sx 'tests/test_control_robot.py::test_record_and_replay_and_policy[koch-True]' -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 \