Skip to content

Commit bcfe614

Browse files
committed
Update pip to fix pyqt5 install
1 parent 8c9100e commit bcfe614

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.ci/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sudo apt-get -qq install libfreetype6-dev liblcms2-dev python3-tk\
77
ghostscript libffi-dev libjpeg-turbo-progs libopenjp2-7-dev\
88
cmake imagemagick libharfbuzz-dev libfribidi-dev
99

10+
pip install --upgrade pip
1011
PYTHONOPTIMIZE=0 pip install cffi
1112
pip install coverage
1213
pip install olefile
@@ -20,7 +21,7 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
2021
# "ERROR: Could not find a version that satisfies the requirement pyqt5"
2122
if [[ $TRAVIS_CPU_ARCH == "amd64" ]]; then
2223
sudo apt-get -qq install pyqt5-dev-tools
23-
pip install pyqt5!=5.14.1
24+
pip install pyqt5
2425
fi
2526
fi
2627

0 commit comments

Comments
 (0)