mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
fix(CI/CD): Add envvar TESSDATA_PREFIX in the checks.yml to ensure that tesseract has the proper path for the language models.
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>
This commit is contained in:
parent
6faff146e0
commit
bd1837f2f6
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -3,6 +3,8 @@ on:
|
||||
|
||||
jobs:
|
||||
run-checks:
|
||||
env:
|
||||
TESSDATA_PREFIX: /usr/local/share/tessdata/
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user