Skip to content

Commit

Permalink
Add WeasyPrint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Apr 18, 2024
1 parent b4eb725 commit 32bc1bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
with:
python-version: '3.9'
- name: Install dependencies
# Install dependencies for WeasyPrint (pdf_reports): https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#ubuntu-20-04
run: |
python -m pip install --upgrade pip
sudo apt-get -y install python3-cffi python3-brotli libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0
pip install pytest pytest-cov coveralls
- name: Test pip installation
run: |
Expand Down

0 comments on commit 32bc1bb

Please sign in to comment.