mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-23 05:34:45 +03:00
Do not install PyQt5 5.14.2
This commit is contained in:
parent
8c9100e267
commit
ce6a06d1d4
|
@ -20,7 +20,7 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
|
||||||
# "ERROR: Could not find a version that satisfies the requirement pyqt5"
|
# "ERROR: Could not find a version that satisfies the requirement pyqt5"
|
||||||
if [[ $TRAVIS_CPU_ARCH == "amd64" ]]; then
|
if [[ $TRAVIS_CPU_ARCH == "amd64" ]]; then
|
||||||
sudo apt-get -qq install pyqt5-dev-tools
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user