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 9eb6756 commit 5926350Copy full SHA for 5926350
.github/workflows/ci.yml
@@ -16,14 +16,18 @@ jobs:
16
python-version: "3.9"
17
cache: pip
18
19
- - name: Install Qt dependencies
+ - name: Install Qt and other dependencies
20
uses: awalsh128/cache-apt-pkgs-action@latest
21
with:
22
- packages: libegl1 libopengl0 libxkbcommon0
+ packages: libegl1 libopengl0 libxkbcommon0 atool
23
version: 1.0
24
25
- name: Install Hatch
26
run: pip install hatch "virtualenv<20.30"
27
28
+ - name: install cwebp
29
+ run: bash ./scripts/libwebp-dl.sh
30
+ shell: bash
31
+
32
- name: Run tests
33
run: hatch run dev:test
0 commit comments