Skip to content

Commit

Permalink
Use stable tesseract ppa for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Nov 1, 2024
1 parent c8c53d3 commit b2669c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install Tesseract from PPA
if: matrix.tesseract_ppa
if: matrix.tesseract_ppa == 'ppa'
run: |
sudo add-apt-repository -y ppa:alex-p/tesseract-ocr-devel
sudo add-apt-repository -y ppa:alex-p/tesseract-ocr5.3
- name: Install common packages
run: |
Expand Down Expand Up @@ -106,7 +106,6 @@ jobs:
files: ./coverage.xml
env_vars: OS,PYTHON


test_macos:
name: Test macOS
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b2669c7

Please sign in to comment.