Skip to content

Commit 54d77a8

Browse files
committed
Does tesseract-lang now need to be installed?
1 parent fb77260 commit 54d77a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install OS dependencies
2626
run: |
27-
brew install llvm@11 tesseract
27+
brew install llvm@11 tesseract tesseract-lang
2828
python -m pip install --upgrade pip
2929
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
3030
- name: Install Mathics3 with full Python dependencies

0 commit comments

Comments
 (0)