From d23d0f20ffc852d124239ee02ecb40a88427265f Mon Sep 17 00:00:00 2001 From: Malthe Albertsen Date: Mon, 27 Nov 2023 18:13:46 +0100 Subject: [PATCH] added line to pipeline.yml for danish model --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 647bc2e..a919280 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -33,6 +33,6 @@ jobs: - run: sudo mkdir /watched/output - run: sudo apt-get update - run: sudo apt-get install poppler-utils - - run: sudo apt-get install libleptonica-dev tesseract-ocr libtesseract-dev python3-pil tesseract-ocr-eng tesseract-ocr-script-latn + - run: sudo apt-get install libleptonica-dev tesseract-ocr libtesseract-dev python3-pil tesseract-ocr-eng tesseract-ocr-dan tesseract-ocr-script-latn - run: pip install -r requirements.txt - run: "python3 -m unittest discover -s src -p 'test_*.py'"