This commit is contained in:
Simon Alibert
2024-03-25 17:38:08 +01:00
parent 90f6af9736
commit f00252552a

View File

@@ -18,9 +18,6 @@ jobs:
env:
POETRY_VERSION: 1.8.2
DATA_DIR: tests/data
TMPDIR: ~/tmp
TEMP: ~/tmp
TMP: ~/tmp
MUJOCO_GL: egl
LEROBOT_TESTS_DEVICE: cpu
steps:
@@ -85,6 +82,10 @@ jobs:
- name: Install dependencies
if: steps.restore-dependencies-cache.outputs.cache-hit != 'true'
env:
TMPDIR: ~/tmp
TEMP: ~/tmp
TMP: ~/tmp
run: |
mkdir ~/tmp
poetry install --no-interaction --no-root