Added missing dependency?

This commit is contained in:
jupfi 2024-05-01 20:54:14 +02:00
parent cc704b392d
commit 2caddf85b4

View file

@ -20,7 +20,7 @@ jobs:
- name: Install system and Python dependencies
run: |
yes | pacman -Sy --needed python python-pip git python-pyqt5 xorg-server-xvfb libgl mesa libxkbcommon fontconfig xcb-util-cursor libegl
yes | pacman -Sy --needed python python-pip git python-pyqt5 xorg-server-xvfb libgl mesa libxkbcommon fontconfig xcb-util-cursor libegl expat
pip install pytest --break-system-packages
- name: Install test module and dependencies