Commit b24e995 1 parent d16a22b commit b24e995 Copy full SHA for b24e995
File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 20
20
jobs :
21
21
coverage :
22
22
runs-on : ubuntu-latest
23
- env :
24
- DISPLAY : ' :99.0'
23
+
25
24
steps :
26
25
- uses : actions/checkout@v4
27
26
with :
34
33
- uses : actions/setup-python@v5
35
34
with :
36
35
python-version : " 3.12"
37
- - name : install pytest-qt dependencies
38
- run : |
39
- sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
40
- /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
36
+ - uses : tlambert03/setup-qt-libs@v1
41
37
- uses : astral-sh/setup-uv@v4
42
38
- run : uv pip install --system nox
43
39
- run : nox -s cov
You can’t perform that action at this time.
0 commit comments