We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fade3d commit 2f38b44Copy full SHA for 2f38b44
1 file changed
.github/workflows/python-package-PyQt5.yml
@@ -35,8 +35,8 @@ jobs:
35
/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
36
python -m pip install --upgrade pip
37
python -m pip install flake8 pytest
38
- pip install PyQt5 qtpy numpy wheel
39
- python setup.py sdist bdist_wheel --universal
+ pip install PyQt5 qtpy numpy
+ python setup.py install
40
- name: Lint with flake8
41
run: |
42
# stop the build if there are Python syntax errors or undefined names
0 commit comments