From 9ee2eceecafda3241f8a178105ad1b6d865614bc Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 4 Sep 2026 12:29:10 +1000 Subject: [PATCH] Do not install PyQt6 dependencies --- .ci/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index db680db96b6..cd2bf93931f 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -37,7 +37,6 @@ python3 -m pip install --only-binary=:all: pyarrow || true # PyQt6 doesn't support PyPy3 if [[ $GHA_PYTHON_VERSION == 3.* ]]; then - sudo apt-get -qq install libegl1 libxcb-cursor0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxkbcommon-x11-0 # pyqt6 doesn't yet support free-threading; only install if a wheel is available python3 -m pip install --only-binary=:all: pyqt6 || true fi