Skip to content

Commit f02a94b

Browse files
Update python-package-PyQt5.yml
1 parent e52bc1e commit f02a94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-PyQt5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
/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
3636
python -m pip install --upgrade pip
3737
python -m pip install flake8 pytest
38-
pip install PyQt5
38+
pip install PyQt5 qtpy
3939
pip install .
4040
- name: Lint with flake8
4141
run: |

0 commit comments

Comments
 (0)