Skip to content

Commit

Permalink
Temorarily remove OSX CI (#27)
Browse files Browse the repository at this point in the history
* Attempt to get OSX CI working

* Remove OSX CI testing for now...

We need to figure out how to get C spelling libray enchant installed...

Or make that optional in mathics-core.
  • Loading branch information
rocky authored Aug 11, 2024
1 parent a4cd566 commit 9783be2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
jobs:
build:
env:
LDFLAGS: "-L/usr/local/opt/llvm@11/lib"
CPPFLAGS: "-I/usr/local/opt/llvm@11/include"
LDFLAGS: "-L/opt/homebrew/opt/llvm/lib/c++ -L/opt/homebrew/opt/llvm/lib -lunwind"
CPPFLAGS; "-I/opt/homebrew/opt/llvm/include"
runs-on: macos-latest
strategy:
matrix:
Expand All @@ -26,9 +26,9 @@ jobs:
run: |
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=1 python -c 'import enchant'

# 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 9783be2

Please sign in to comment.