Skip to content

Commit dced062

Browse files
committed
Do we need versioned LLVM?
1 parent 39d1a4e commit dced062

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install OS dependencies
2626
run: |
27-
brew install llvm@11
27+
brew install llvm tesseract
2828
python -m pip install --upgrade pip
29-
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
3029
- name: Install Mathics3 with full Python dependencies
3130
run: |
3231
# We can comment out after next Mathics-Scanner release

0 commit comments

Comments
 (0)