Skip to content

Commit

Permalink
Try Macports for enchant instead of brew?
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 3, 2024
1 parent 908cccf commit 4cdf581
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install OS dependencies
run: |
brew install llvm tesseract enchant mysql
port install enchant2 +aspell +hunspell +applespell
brew install llvm tesseract mysql
python -m pip install --upgrade pip
# LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
pip install llvmlite
Expand Down

0 comments on commit 4cdf581

Please sign in to comment.