Skip to content

Commit

Permalink
Added tesseract installation to the test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroBone committed Feb 13, 2024
1 parent d054fd8 commit 802505f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ jobs:
uses: pdm-project/setup-pdm@v3
- name: Install dependencies
run: pdm install
- name: Install tesseract
run:
- sudo apt update
- sudo apt install -y tesseract-ocr
- sudo apt install -y tesseract-ocr-rus
- name: Run pytest
run: pdm run ci-pytest

0 comments on commit 802505f

Please sign in to comment.