mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Do not install PyQt5 5.14.1
This commit is contained in:
parent
2c18203449
commit
16ff7b12c6
|
@ -17,7 +17,7 @@ pip install test-image-results
|
||||||
pip install numpy
|
pip install numpy
|
||||||
if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
|
if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
|
||||||
sudo apt-get -qq install pyqt5-dev-tools
|
sudo apt-get -qq install pyqt5-dev-tools
|
||||||
pip install pyqt5
|
pip install pyqt5!=5.14.1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# docs only on Python 3.8
|
# docs only on Python 3.8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user