mirror of
https://github.com/allenai/olmocr.git
synced 2025-11-03 03:25:22 +00:00
Install poppler in CI
This commit is contained in:
parent
229da8cb17
commit
15f9b8b9dc
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user