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 4d6e280 commit 287235dCopy full SHA for 287235d
.github/workflows/python-package.yml
@@ -25,6 +25,12 @@ jobs:
25
uses: actions/setup-python@v3
26
with:
27
python-version: ${{ matrix.python-version }}
28
+ - name: Use homebrew clang
29
+ if: matrix.os == 'macos-13'
30
+ run: |
31
+ brew install libomp
32
+ export CC=$(brew --prefix llvm@15)/bin/clang
33
+ export CXX=$(brew --prefix llvm@15)/bin/clang++
34
- name: Install dependencies
35
run: |
36
python -m pip install --upgrade pip
0 commit comments