Install Pillow together with the rest of our CI deps (#1952)

We shouldn't assume how the user wants to install things.
In particular, `--break-system-packages` is egregious.

---------

Co-authored-by: Rangi <sylvie.oukaour+rangi42@gmail.com>
This commit is contained in:
Eldred Habert
2026-06-28 19:06:40 +02:00
committed by GitHub
parent caf561457d
commit 6cba5518e9
4 changed files with 24 additions and 52 deletions
-3
View File
@@ -18,9 +18,6 @@ jobs:
- name: Install deps
run: |
.github/scripts/install_deps.sh ubuntu-latest lcov
- name: Install test dependency dependencies
run: |
test/fetch-test-deps.sh --get-deps ubuntu
- name: Generate coverage report
run: |
contrib/coverage.bash ubuntu-ci