We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f4ff4e + e1d833b commit 5e649c1Copy full SHA for 5e649c1
.ci/install.sh
@@ -43,7 +43,7 @@ if [[ $(uname) != CYGWIN* ]]; then
43
44
# PyQt6 doesn't support PyPy3
45
if [[ $GHA_PYTHON_VERSION == 3.* ]]; then
46
- sudo apt-get -qq install libegl1 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxkbcommon-x11-0
+ sudo apt-get -qq install libegl1 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxkbcommon-x11-0
47
python3 -m pip install pyqt6
48
fi
49
0 commit comments