From ce6a06d1d4bb06c103da76147f6129d96fbd7ce2 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 3 Apr 2020 17:05:14 +0300 Subject: [PATCH] Do not install PyQt5 5.14.2 --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index 8e819631a..4dbaa06fa 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -20,7 +20,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!=5.14.1,!=5.14.2 fi fi