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 39d1a4e commit dced062Copy full SHA for dced062
.github/workflows/osx.yml
@@ -24,9 +24,8 @@ jobs:
24
python-version: ${{ matrix.python-version }}
25
- name: Install OS dependencies
26
run: |
27
- brew install llvm@11
+ brew install llvm tesseract
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
31
32
# We can comment out after next Mathics-Scanner release
0 commit comments