From 19b88ce10bef99539dda2ca357b450f489269658 Mon Sep 17 00:00:00 2001 From: christinestraub Date: Fri, 12 Jul 2024 09:40:50 -0700 Subject: [PATCH] exp: check venv python version --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 434a50a706..cc36f53d34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,6 +148,7 @@ jobs: TESSERACT_VERSION : "5.4.1" run: | source .venv/bin/activate + python --version sudo apt-get update sudo apt-get install -y libmagic-dev poppler-utils libreoffice sudo add-apt-repository -y ppa:alex-p/tesseract-ocr5