Skip to content

Commit

Permalink
Go back to last known working configuration for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 10, 2024
1 parent a4cd566 commit f4bb243
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install OS dependencies
run: |
brew install llvm tesseract enchant mysql
brew install llvm@11 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
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
pip install pytest
# 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]
Expand Down

0 comments on commit f4bb243

Please sign in to comment.