Skip to content

Commit

Permalink
Add pyqt5-dev-tools dependency for linux guitest
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Aug 11, 2022
1 parent a27b593 commit b3c74a2
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 b3c74a2

Please sign in to comment.