Remove LEROBOT_TESTS_DEVICE

This commit is contained in:
Simon Alibert 2024-04-17 18:27:03 +02:00
parent a870907266
commit 25adff6da7
1 changed files with 0 additions and 2 deletions

View File

@ -117,8 +117,6 @@ jobs:
# run tests & coverage # run tests & coverage
#---------------------------------------------- #----------------------------------------------
- name: Run tests - name: Run tests
env:
LEROBOT_TESTS_DEVICE: cpu
run: | run: |
source .venv/bin/activate source .venv/bin/activate
pytest --cov=./lerobot --cov-report=xml tests pytest --cov=./lerobot --cov-report=xml tests