We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb77260 commit 54d77a8Copy full SHA for 54d77a8
.github/workflows/osx.yml
@@ -24,7 +24,7 @@ jobs:
24
python-version: ${{ matrix.python-version }}
25
- name: Install OS dependencies
26
run: |
27
- brew install llvm@11 tesseract
+ brew install llvm@11 tesseract tesseract-lang
28
python -m pip install --upgrade pip
29
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
30
- name: Install Mathics3 with full Python dependencies
0 commit comments