Revert "Do not install PyQt6-Qt6 6.5.0"

This reverts commit 5ef3ddafe3.
This commit is contained in:
Andrew Murray 2023-04-11 21:13:13 +10:00
parent 70d4670632
commit 6fac6b15f2

View File

@ -43,7 +43,7 @@ if [[ $(uname) != CYGWIN* ]]; then
# PyQt6 doesn't support PyPy3
if [[ $GHA_PYTHON_VERSION == 3.* ]]; then
sudo apt-get -qq install libegl1 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxkbcommon-x11-0
python3 -m pip install pyqt6 PyQt6-Qt6!=6.5.0
python3 -m pip install pyqt6
fi
# webp