diff --git a/.github/workflows/guitest.yml b/.github/workflows/guitest.yml index d4b5f4c99a7..ef45198ef32 100644 --- a/.github/workflows/guitest.yml +++ b/.github/workflows/guitest.yml @@ -26,7 +26,7 @@ jobs: - name: Install xvfb dependencies run: | - sudo apt install xvfb libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 xdotool + sudo apt install xvfb libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 xdotool pyqt5-dev-tools # For more information see: https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions - name: Run GUI tests