We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f55a4f commit 0f9f6a8Copy full SHA for 0f9f6a8
.github/workflows/coverage.yml
@@ -33,6 +33,10 @@ jobs:
33
- uses: actions/setup-python@v5
34
with:
35
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
40
- uses: astral-sh/setup-uv@v4
41
- run: uv pip install --system nox
42
- run: nox -s cov
0 commit comments