Skip to content

Commit 0f36651

Browse files
committed
Fixup GitHub Actions dependencies for tests with Qt6
1 parent adf73db commit 0f36651

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
sudo apt update
3838
sudo apt install -y \
3939
xvfb libegl1 \
40-
libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
40+
libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils \
41+
libxcb-cursor0
4142
4243
- name: "Run tests"
4344
run: "make test"

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: test
22
test:
33
python -m pytest --version
4-
python -m pytest -v test/
4+
python -m pytest -sv test/
55

66

77
.PHONY: lint

0 commit comments

Comments
 (0)