Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d64909 + 48bc07f commit e453e26Copy full SHA for e453e26
1 file changed
.github/workflows/tests.yml
@@ -25,6 +25,7 @@ jobs:
25
os: ubuntu-16.04
26
python-version: 3.7
27
extra-requirements: '-c requirements/testing/minver.txt'
28
+ pyqt5-ver: '==5.8 sip==4.19.7' # oldest versions with a Py3.7 wheel.
29
delete-font-cache: true
30
XVFB_RUN: xvfb-run -a
31
- os: ubuntu-16.04
@@ -168,7 +169,7 @@ jobs:
168
169
# Sept 2020) for either pyqt5 (there are only wheels for 10.13+) or
170
# pyside2 (the latest version (5.13.2) with 10.12 wheels has a
171
# fatal to us bug, it was fixed in 5.14.0 which has 10.13 wheels)
- python -mpip install --upgrade pyqt5 &&
172
+ python -mpip install --upgrade pyqt5${{ matrix.pyqt5-ver }} &&
173
python -c 'import PyQt5.QtCore' &&
174
echo 'PyQt5 is available' ||
175
echo 'PyQt5 is not available'
0 commit comments