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:
parent
9fadbf62af
commit
db21d73202
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue