From 710f2096ef3b525031962ad434c5fe605e87d18e Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Thu, 22 Aug 2019 11:57:23 +0200 Subject: [PATCH] ci: install tesseract (again) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d5215b0..62690a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: docker: - image: ubuntu:18.04 steps: - - run: apt-get update ; apt-get install -y make git curl python3-pip + - run: apt-get update ; apt-get install -y make git curl python3 python3-pip libtesseract-dev libleptonica-dev tesseract-ocr-eng tesseract-ocr wget - checkout - run: make install PIP_INSTALL="pip3 install" - run: pip3 install -r requirements-test.txt