We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17dcf28 commit 9ee20eeCopy full SHA for 9ee20ee
.github/workflows/osx.yml
@@ -21,9 +21,9 @@ jobs:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
23
run: |
24
- brew install llvm@9
+ brew install llvm@11
25
python -m pip install --upgrade pip
26
- LLVM_CONFIG=/usr/local/Cellar/llvm@9/9.0.1_2/bin/llvm-config pip install llvmlite
+ LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
27
- name: Install Mathics
28
29
make develop
0 commit comments