Skip to content

Commit

Permalink
Try more fixes from pytest-dev/pytest-qt#295
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Nov 10, 2023
1 parent 8c7bb10 commit a2c0757
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ jobs:
ci:
runs-on: ubuntu-latest
container: openmc/openmc:develop
env:
DISPLAY: ':99.0'
steps:
-
name: Apt dependencies
shell: bash
run: |
apt update
apt install -y libglu1-mesa libglib2.0-0 libfontconfig1 libegl-dev
apt install -y libglu1-mesa libglib2.0-0 libfontconfig1 libegl-dev libxkbcommon-x11-0
/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
-
uses: actions/checkout@v2
-
Expand Down

0 comments on commit a2c0757

Please sign in to comment.