Skip to content

Commit

Permalink
Remove OSX CI testing for now...
Browse files Browse the repository at this point in the history
We need to figure out how to get C spelling libray enchant installed...

Or make that optional in mathics-core.
  • Loading branch information
rocky committed Aug 10, 2024
1 parent 705dfbf commit 039fbc4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
build:
env:
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 @@ -23,8 +24,6 @@ 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
pip install pytest pyenchant
Expand Down

0 comments on commit 039fbc4

Please sign in to comment.