Skip to content

Commit

Permalink
Improve Linux coverage matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Oct 27, 2024
1 parent e44bf46 commit df41ff3
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,15 @@ jobs:
strategy:
matrix:
experimental: [false]
tesseract_ppa: [false]
python: ["3.10", "3.11", "3.12", "3.13"]
include:
- os: ubuntu-24.04
- os: ubuntu-22.04
tesseract_ppa: true
python: "3.10"
- os: ubuntu-22.04
python: "3.11"
- os: ubuntu-22.04
python: "3.10"
tesseract5: true
- os: ubuntu-latest
python: "3.12"
tesseract5: true
- os: ubuntu-latest
- os: ubuntu-24.04
python: "pypy3.10"
- os: ubuntu-22.04
python: "3.13"

env:
OS: ${{ matrix.os }}
Expand All @@ -58,8 +52,8 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Install Tesseract 5
if: matrix.tesseract5
- name: Install Tesseract from PPA
if: matrix.tesseract_ppa
run: |
sudo add-apt-repository -y ppa:alex-p/tesseract-ocr-devel
Expand Down

0 comments on commit df41ff3

Please sign in to comment.