We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a5c13 commit 82b236fCopy full SHA for 82b236f
1 file changed
.github/workflows/build.yml
@@ -31,10 +31,15 @@ jobs:
31
if: matrix.os == 'ubuntu-latest'
32
run: |
33
: # https://askubuntu.com/questions/1485442/issue-with-installing-pyqt6-on-ubuntu-22-04
34
+ : # https://stackoverflow.com/questions/68036484/qt-qpa-plugin-could-not-load-the-qt-platform-plugin-xcb-in-even-though-it/68058308#68058308
35
+ : # I am not having fun here
36
+ export QT_QPA_PLATFORM=offscreen
37
sudo apt update
38
sudo apt-get install -y libegl1
- sudo apt-get install -y libxcb-xinerama0
39
+ sudo apt-get install -y libxcb-xinerama0 libxcb-cursor0
40
sudo apt-get install -y -qq libglu1-mesa-dev libx11-xcb-dev '^libxcb*'
41
+ sudo apt-get install -y libxkbcommon-dev libxkbcommon-x11-dev '^libxcb.*-dev'
42
+
43
44
- name: Install PyQt
45
run: pip install -r requirements.txt
0 commit comments