Skip to content

Commit

Permalink
Install wkhtmltopdf before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Aug 9, 2024
1 parent 003b066 commit 521baed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
Expand All @@ -24,6 +24,8 @@ jobs:
- name: Install Python dependencies
run: |
cd test_app
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb
sudo apt install -y ./wkhtmltox_0.12.6-1.bionic_amd64.deb
pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit 521baed

Please sign in to comment.