python --version

This commit is contained in:
Remi Cadene 2024-10-13 16:43:10 +02:00
parent b1fd099228
commit 71245e3746
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ jobs:
run: | run: |
poetry install --extras "test" poetry install --extras "test"
- name: Display python
run: |
python --version
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest 'tests/test_control_robot.py::test_record_and_replay_and_policy[koch-True]' -v --cov=./lerobot --durations=0 \ pytest 'tests/test_control_robot.py::test_record_and_replay_and_policy[koch-True]' -v --cov=./lerobot --durations=0 \