Skip to content

Commit 2f38b44

Browse files
Update python-package-PyQt5.yml
1 parent 4fade3d commit 2f38b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ 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 wheel
39-
python setup.py sdist bdist_wheel --universal
38+
pip install PyQt5 qtpy numpy
39+
python setup.py install
4040
- name: Lint with flake8
4141
run: |
4242
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)