mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix pytest CI workflow (maybe?)
This commit is contained in:
parent
c65d7eced9
commit
2f0e7eec77
1 changed files with 3 additions and 2 deletions
5
.github/workflows/pytest.yml
vendored
5
.github/workflows/pytest.yml
vendored
|
|
@ -15,10 +15,11 @@ jobs:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install libgl1-mesa-glx libegl1 xvfb
|
sudo apt install libgl1-mesa-glx libegl1 libglib2.0-0 libxcb-image0 libxkbcommon-x11-0 libxcb-icccm4 libxcb-keysyms1-dev xserver-xephyr libfontconfig1 libxkbcommon-dev libdbus-1-3
|
||||||
|
apt install xvfb
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install .
|
pip install .
|
||||||
pip install pytest
|
pip install pytest
|
||||||
- name: Run Unittests with pytest
|
- name: Run Unittests with pytest
|
||||||
run: |
|
run: |
|
||||||
pytest .
|
xvfb-run pytest .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue