Skip to content

Commit

Permalink
llvm in osx workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Aug 1, 2024
1 parent e01963e commit 63acd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install OS dependencies
run: |
brew install llvm@11 nodejs npm tesseract
brew install llvm nodejs npm tesseract
python -m pip install --upgrade pip
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
- name: Install Python dependencies
Expand Down

0 comments on commit 63acd00

Please sign in to comment.