From c9026f26b1a47cd96dcc4204976dd19788cbd9ba Mon Sep 17 00:00:00 2001 From: Roman Vaxenburg <46580141+vaxenburg@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:44:04 -0500 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7b33348..12a8d0a 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -30,5 +30,5 @@ jobs: pip install . - name: Test with pytest run: | - export MUJOCO_GL="osmesa" + export MUJOCO_GL="egl" pytest tests/