Skip to content

Commit

Permalink
Install PyQt5 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 12, 2019
1 parent 707c991 commit 367ce3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
.travis/install.sh
sudo apt-get -qq install pyqt5-dev-tools
pip install pyqt5
- name: Install macOS dependencies
if: startsWith(matrix.os, 'macOS')
Expand Down

0 comments on commit 367ce3d

Please sign in to comment.