Skip to content

Commit a2c0757

Browse files
committed
Try more fixes from pytest-dev/pytest-qt#295
1 parent 8c7bb10 commit a2c0757

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ jobs:
2121
ci:
2222
runs-on: ubuntu-latest
2323
container: openmc/openmc:develop
24+
env:
25+
DISPLAY: ':99.0'
2426
steps:
2527
-
2628
name: Apt dependencies
2729
shell: bash
2830
run: |
2931
apt update
30-
apt install -y libglu1-mesa libglib2.0-0 libfontconfig1 libegl-dev
32+
apt install -y libglu1-mesa libglib2.0-0 libfontconfig1 libegl-dev libxkbcommon-x11-0
33+
/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
3134
-
3235
uses: actions/checkout@v2
3336
-

0 commit comments

Comments
 (0)