fix: add missing fpdf2 dependency in CI e2e job

The generate-test-data.py script imports fpdf (from fpdf2) but only
pypdfium2 was installed in the CI workflow.
This commit is contained in:
Pier-Jean Malandrino 2026-04-08 13:58:11 +02:00
parent 9fadbf62af
commit db21d73202

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