From 90f6af9736a0639bd08978e1577218778b53e77b Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Mon, 25 Mar 2024 17:33:47 +0100 Subject: [PATCH] Update ci --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 728a9786..3117e72c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,12 +16,11 @@ jobs: ${{ github.event_name == 'push' }} runs-on: ubuntu-latest env: - POETRY_VERSION: 1.8.1 + POETRY_VERSION: 1.8.2 DATA_DIR: tests/data TMPDIR: ~/tmp TEMP: ~/tmp TMP: ~/tmp - PYOPENGL_PLATFORM: egl MUJOCO_GL: egl LEROBOT_TESTS_DEVICE: cpu steps: