Skip to content

Commit

Permalink
Install poppler in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Feb 14, 2025
1 parent 229da8c commit 15f9b8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends poppler-utils
- name: Setup Python environment
uses: ./.github/actions/setup-venv
with:
Expand Down

0 comments on commit 15f9b8b

Please sign in to comment.