Skip to content

Commit b24e995

Browse files
authored
Update coverage.yml
1 parent d16a22b commit b24e995

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/coverage.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ on:
2020
jobs:
2121
coverage:
2222
runs-on: ubuntu-latest
23-
env:
24-
DISPLAY: ':99.0'
23+
2524
steps:
2625
- uses: actions/checkout@v4
2726
with:
@@ -34,10 +33,7 @@ jobs:
3433
- uses: actions/setup-python@v5
3534
with:
3635
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
4137
- uses: astral-sh/setup-uv@v4
4238
- run: uv pip install --system nox
4339
- run: nox -s cov

0 commit comments

Comments
 (0)