mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Pytest workflow: install libegl library in docker
This commit is contained in:
parent
7e9dba01c8
commit
c7d357a100
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue