Skip to content

Commit

Permalink
Attempt to get OSX CI working
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 10, 2024
1 parent a4cd566 commit 274e88e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install OS dependencies
run: |
brew update
brew install enchant
brew install llvm tesseract enchant 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
pip install pytest
pip install pytest pyenchant
PYENCHANT_VERBOSE_FIND python -c 'import enchant'
# LLVM_CONFIG=/usr/local/Cellar/llvm@18/18.1.8/bin/llvm-config pip install llvmlite
# Can comment out when next Mathics core and Mathics-scanner are released
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
# Can remove after next Mathics-core release
Expand Down

0 comments on commit 274e88e

Please sign in to comment.