Skip to content

Commit

Permalink
chore: update doc and test workflow to install Tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
mallikarjun-br committed Oct 9, 2024
1 parent 6c565c8 commit 6ded60e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: "Install Tesseract"
run: sudo apt-get update && sudo apt-get install -y tesseract-ocr
shell: bash

- name: "Setup poetry"
uses: abatilo/actions-poetry@v2
Expand Down

0 comments on commit 6ded60e

Please sign in to comment.