Skip to content

Commit

Permalink
Update pip to fix pyqt5 install
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored and hugovk committed Apr 24, 2020
1 parent 1f3ccd1 commit e038c84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/install.sh
Expand Up @@ -7,6 +7,7 @@ sudo apt-get -qq install libfreetype6-dev liblcms2-dev python3-tk\
ghostscript libffi-dev libjpeg-turbo-progs libopenjp2-7-dev\
cmake imagemagick libharfbuzz-dev libfribidi-dev

pip install --upgrade pip
PYTHONOPTIMIZE=0 pip install cffi
pip install coverage
pip install olefile
Expand All @@ -20,7 +21,7 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
# "ERROR: Could not find a version that satisfies the requirement pyqt5"
if [[ $TRAVIS_CPU_ARCH == "amd64" ]]; then
sudo apt-get -qq install pyqt5-dev-tools
pip install pyqt5!=5.14.1
pip install pyqt5
fi
fi

Expand Down

0 comments on commit e038c84

Please sign in to comment.