File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 os : [ubuntu-latest, windows-latest, macos-13, macos-latest]
1717 py-version : ["3.10", "3.11", "3.12"]
1818 env :
19- DISPLAY : ' :99.0 '
19+ QT_QPA_PLATFORM : ' offscreen '
2020 steps :
2121 - uses : actions/checkout@v4
2222
2828
2929 - name : Install linux dependencies
3030 if : ${{ matrix.os == 'ubuntu-latest' }}
31- # https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions
32- run : |
33- sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
34- /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
31+ uses : tlambert03/setup-qt-libs@v1
3532
3633 - name : Update pip & install testing pkgs
3734 run : |
You can’t perform that action at this time.
0 commit comments