Skip to content

Commit

Permalink
Update osx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera authored Dec 1, 2024
1 parent ef59097 commit cf325bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
brew install llvm@9
LLVM_CONFIG=/usr/local/Cellar/llvm@9/9.0.1_2/bin/llvm-config pip install llvmlite
brew install llvm@12
LLVM_CONFIG=/usr/local/Cellar/llvm@12/12.0.1_2/bin/llvm-config pip install llvmlite
python -m pip install --upgrade pip
python -m pip install wheel
pip install -e git://github.com/mmatera/mathics#egg=Mathics3
Expand Down

0 comments on commit cf325bd

Please sign in to comment.