Update ci

This commit is contained in:
Simon Alibert 2024-03-25 17:33:47 +01:00
parent bcfdba109f
commit 90f6af9736
1 changed files with 1 additions and 2 deletions

View File

@ -16,12 +16,11 @@ jobs:
${{ github.event_name == 'push' }} ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
POETRY_VERSION: 1.8.1 POETRY_VERSION: 1.8.2
DATA_DIR: tests/data DATA_DIR: tests/data
TMPDIR: ~/tmp TMPDIR: ~/tmp
TEMP: ~/tmp TEMP: ~/tmp
TMP: ~/tmp TMP: ~/tmp
PYOPENGL_PLATFORM: egl
MUJOCO_GL: egl MUJOCO_GL: egl
LEROBOT_TESTS_DEVICE: cpu LEROBOT_TESTS_DEVICE: cpu
steps: steps: