From 25adff6da7d677b68be0c75e9bd5b204f2189c28 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Wed, 17 Apr 2024 18:27:03 +0200 Subject: [PATCH] Remove LEROBOT_TESTS_DEVICE --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a86193b8..747ecd05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -117,8 +117,6 @@ jobs: # run tests & coverage #---------------------------------------------- - name: Run tests - env: - LEROBOT_TESTS_DEVICE: cpu run: | source .venv/bin/activate pytest --cov=./lerobot --cov-report=xml tests