We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9100e commit bcfe614Copy full SHA for bcfe614
1 file changed
.ci/install.sh
@@ -7,6 +7,7 @@ sudo apt-get -qq install libfreetype6-dev liblcms2-dev python3-tk\
7
ghostscript libffi-dev libjpeg-turbo-progs libopenjp2-7-dev\
8
cmake imagemagick libharfbuzz-dev libfribidi-dev
9
10
+pip install --upgrade pip
11
PYTHONOPTIMIZE=0 pip install cffi
12
pip install coverage
13
pip install olefile
@@ -20,7 +21,7 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
20
21
# "ERROR: Could not find a version that satisfies the requirement pyqt5"
22
if [[ $TRAVIS_CPU_ARCH == "amd64" ]]; then
23
sudo apt-get -qq install pyqt5-dev-tools
- pip install pyqt5!=5.14.1
24
+ pip install pyqt5
25
fi
26
27
0 commit comments