Pytest workflow: install libgl library in docker

This commit is contained in:
Rebecca Breu 2021-03-24 21:56:23 +01:00
parent f3aac7085a
commit 7e9dba01c8

View file

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