Skip to content

Commit d2aab0e

Browse files
committed
Ubuntu test fixes
1 parent 4227a1b commit d2aab0e

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/testing.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ jobs:
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: |

0 commit comments

Comments
 (0)