Skip to content

Commit

Permalink
Merge pull request #6982 from xoriole/fix/guitest-linux
Browse files Browse the repository at this point in the history
Fix failing GUI test on Linux Github action
  • Loading branch information
xoriole authored Aug 12, 2022
2 parents 47224e3 + fc6c2ba commit 18c21be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/guitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18c21be

Please sign in to comment.