Skip to content

Commit 0f9f6a8

Browse files
authored
Update coverage.yml
1 parent 4f55a4f commit 0f9f6a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/coverage.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- uses: actions/setup-python@v5
3434
with:
3535
python-version: "3.12"
36+
- name: install pytest-qt dependencies
37+
run: |
38+
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
39+
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
3640
- uses: astral-sh/setup-uv@v4
3741
- run: uv pip install --system nox
3842
- run: nox -s cov

0 commit comments

Comments
 (0)