mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
add missing install
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
b3293ffc75
commit
544f298fb4
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install tesseract
|
||||
run: sudo apt-get -y tesseract-ocr libleptonica-dev libtesseract-dev pkg-config
|
||||
run: sudo apt-get install -y tesseract-ocr libleptonica-dev libtesseract-dev pkg-config
|
||||
- uses: ./.github/actions/setup-poetry
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
Loading…
Reference in New Issue
Block a user