Skip to content

Commit

Permalink
Do we need versioned LLVM?
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 12, 2023
1 parent 39d1a4e commit 0e95cb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install OS dependencies
run: |
brew install llvm@11
brew install llvm
python -m pip install --upgrade pip
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
- name: Install Mathics3 with full Python dependencies
run: |
# We can comment out after next Mathics-Scanner release
Expand Down

0 comments on commit 0e95cb0

Please sign in to comment.