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 22bc60b commit 987fe67Copy full SHA for 987fe67
1 file changed
.github/workflows/ci.yml
@@ -15,6 +15,21 @@ jobs:
15
with:
16
python-version: "3.12"
17
18
+ - name: Install system dependencies
19
+ run: |
20
+ sudo apt-get update
21
+ sudo apt-get install -y \
22
+ libegl1 \
23
+ libxkbcommon-x11-0 \
24
+ libxcb-cursor0 \
25
+ libxcb-icccm4 \
26
+ libxcb-util1 \
27
+ libxcb-image0 \
28
+ libxcb-keysyms1 \
29
+ libxcb-render-util0 \
30
+ libxcb-shape0 \
31
+ libxcb-xkb1
32
+
33
- name: Install dependencies
34
run: python -m pip install -r requirements.txt
35
0 commit comments