Skip to content

Commit

Permalink
Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Apr 18, 2024
1 parent 32bc1bb commit a1978d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, workflow_dispatch]

jobs:
build:

runs-on: ubuntu-22.04

steps:
Expand All @@ -17,8 +16,13 @@ jobs:
# 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
which pango-view
pango-view --version
sudo apt-get -y install python3-cffi python3-brotli libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0
which pango-view
pango-view --version
pip install pytest pytest-cov coveralls
pip install pypdf libsass
- name: Test pip installation
run: |
pip install -e .
Expand Down

0 comments on commit a1978d2

Please sign in to comment.