Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Apr 7, 2024
1 parent 5776e6f commit ec72008
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
POETRY_VERSION: 1.8.2
MUJOCO_GL: egl
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down Expand Up @@ -83,8 +84,8 @@ jobs:
path: .venv
key: venv-${{ steps.setup-python.outputs.python-version }}-${{ env.POETRY_VERSION }}-${{ hashFiles('**/poetry.lock') }}

# - name: Install libegl1-mesa-dev
# run: sudo apt-get update && sudo apt-get install -y libegl1-mesa-dev
- name: Install libegl1-mesa-dev
run: sudo apt-get update && sudo apt-get install -y libegl1-mesa-dev

#----------------------------------------------
# install project
Expand Down

0 comments on commit ec72008

Please sign in to comment.