Skip to content

Commit

Permalink
fixing osx
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Apr 7, 2024
1 parent 2d9381e commit 51f8365
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,8 +24,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install OS dependencies
run: |
brew install llvm@11 tesseract enchant mysql
brew install llvm tesseract enchant mysql
python -m pip install --upgrade pip
ls /usr/local/Cellar/
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
Expand Down

0 comments on commit 51f8365

Please sign in to comment.