Use stable tesseract ppa for build

This commit is contained in:
James R. Barlow
2024-11-01 15:08:53 -07:00
parent c8c53d38a3
commit b2669c7d71
+2 -3
View File
@@ -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: |
@@ -106,7 +106,6 @@ jobs:
files: ./coverage.xml
env_vars: OS,PYTHON
test_macos:
name: Test macOS
runs-on: ${{ matrix.os }}