mirror of
https://github.com/allenai/olmocr.git
synced 2025-11-04 20:14:56 +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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- name: Setup Python environment
|
||||||
uses: ./.github/actions/setup-venv
|
uses: ./.github/actions/setup-venv
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user