Fix pytest CI workflow (maybe?)

This commit is contained in:
Rebecca Breu 2021-03-28 14:15:30 +02:00
parent c65d7eced9
commit 2f0e7eec77

View file

@ -15,10 +15,11 @@ jobs:
python-version: 3.8
- name: Install dependencies
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
pip install .
pip install pytest
- name: Run Unittests with pytest
run: |
pytest .
xvfb-run pytest .