Skip to content

Commit 4fade3d

Browse files
Update python-package-PyQt5.yml
1 parent 7744aeb commit 4fade3d

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 qtpy numpy
38+
pip install PyQt5 qtpy numpy wheel
3939
python setup.py sdist bdist_wheel --universal
4040
- name: Lint with flake8
4141
run: |

0 commit comments

Comments
 (0)