Skip to content

Commit

Permalink
Does tesseract-lang now need to be installed?
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 12, 2023
1 parent fb77260 commit b8b854e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install OS dependencies
run: |
brew install llvm@11 tesseract
brew install llvm@11 tesseract tesserat-lang
python -m pip install --upgrade pip
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
- name: Install Mathics3 with full Python dependencies
Expand Down

0 comments on commit b8b854e

Please sign in to comment.