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:
Nikos Livathinos 2024-10-07 17:18:18 +02:00
parent 6faff146e0
commit bd1837f2f6

View File

@ -3,6 +3,8 @@ on:
jobs:
run-checks:
env:
TESSDATA_PREFIX: /usr/local/share/tessdata/
runs-on: ubuntu-latest
strategy:
matrix: