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:
commit
80fb16c85e
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