Skip to content

Commit

Permalink
pytesseract needs tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Oct 2, 2024
1 parent 5ef9124 commit ffacac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install FFmpeg
- name: Install Ubuntu packages
if: ${{ matrix.marker != 'not llm' }}
run: sudo apt install -y ffmpeg
run: sudo apt install -y ffmpeg tesseract-ocr
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit ffacac2

Please sign in to comment.