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.
1 parent 9ac0b9d commit 9120e1bCopy full SHA for 9120e1b
.github/workflows/app-tests.yml
@@ -23,6 +23,24 @@ jobs:
23
with:
24
python-version: ${{ matrix.python-version }}
25
26
+ - name: Install Qt dependencies
27
+ run: |
28
+ sudo apt-get update
29
+ sudo apt-get install -y \
30
+ libegl1 \
31
+ libglib2.0-0 \
32
+ libx11-xcb1 \
33
+ libxrender1 \
34
+ libxkbcommon-x11-0 \
35
+ libxcb-icccm4 \
36
+ libxcb-image0 \
37
+ libxcb-keysyms1 \
38
+ libxcb-randr0 \
39
+ libxcb-render-util0 \
40
+ libxcb-xinerama0 \
41
+ libxcb-xkb1 \
42
+ libopengl0
43
+
44
- name: Install dependencies
45
run: |
46
python -m pip install --upgrade pip
0 commit comments