File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 if : ${{ matrix.os == 'ubuntu-latest' }}
3030 # https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions
3131 run : |
32- sudo apt install -y libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 \
33- libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 \
34- libxcb-xfixes0 xvfb x11-utils glibc-tools libgl1 libegl1 libdbus-1-3;
35- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid \
36- --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 \
37- 1920x1200x24 -ac +extension GLX +render -noreset;
32+ sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
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
3834
3935 - name : Update pip & install testing pkgs
4036 run : |
You can’t perform that action at this time.
0 commit comments