Skip to content

Commit

Permalink
try CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaher86 committed Sep 22, 2024
1 parent 86992b6 commit 2ec1ad9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
pip install -r requirements.txt
- name: Install wkhtmltopdf
run: sudo apt-get -y install wkhtmltopdf
run: |
sudo apt-get update
sudo apt-get -y install wkhtmltopdf
- name: Install package
run: pip install .[dev]
Expand Down

0 comments on commit 2ec1ad9

Please sign in to comment.