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