Merge pull request #121 from scub-france/fix/ci-e2e-fpdf2

fix: add missing fpdf2 dependency in CI e2e job
This commit is contained in:
Pier-Jean Malandrino 2026-04-08 14:00:11 +02:00 committed by GitHub
commit 80fb16c85e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@ jobs:
- name: Generate test PDFs
run: |
pip install pypdfium2
pip install fpdf2 pypdfium2
python e2e/generate-test-data.py
- name: Start stack