From 47cf0296c3a1ad444bfda9a7f431887661b72b14 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 23 Apr 2022 10:22:29 +1000 Subject: [PATCH] Updated to PyQt6 --- .ci/install.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.ci/install.sh b/.ci/install.sh index efc57a641..100424ee9 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -34,12 +34,10 @@ python3 -m pip install pyroma python3 -m pip install test-image-results python3 -m pip install numpy -# PyQt5 doesn't support PyPy3 +# PyQt6 doesn't support PyPy3 if [[ $GHA_PYTHON_VERSION == 3.* ]]; then - # arm64, ppc64le, s390x CPUs: - # "ERROR: Could not find a version that satisfies the requirement pyqt5" - sudo apt-get -qq install libxcb-xinerama0 pyqt5-dev-tools - python3 -m pip install pyqt5 + sudo apt-get -qq install libegl1 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxkbcommon-x11-0 + python3 -m pip install pyqt6 fi # webp