Pytest workflow: install libegl library in docker

This commit is contained in:
Rebecca Breu 2021-03-24 21:59:06 +01:00
parent 7e9dba01c8
commit c7d357a100

View file

@ -15,7 +15,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
sudo apt install libgl1-mesa-glx
sudo apt install libgl1-mesa-glx libegl1
python -m pip install --upgrade pip
pip install .
pip install pytest