From bd1837f2f630339174e31da7043fe70d6be3690e Mon Sep 17 00:00:00 2001 From: Nikos Livathinos Date: Mon, 7 Oct 2024 17:18:18 +0200 Subject: [PATCH] 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 --- .github/workflows/checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0536f32f..5720838a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -3,6 +3,8 @@ on: jobs: run-checks: + env: + TESSDATA_PREFIX: /usr/local/share/tessdata/ runs-on: ubuntu-latest strategy: matrix: