Skip to content

Commit 6f5b0c8

Browse files
committed
add llvm
1 parent fa42582 commit 6f5b0c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,18 @@ jobs:
5656
- name: Install brew dependencies
5757
if: matrix.os == 'macos-latest'
5858
run: |
59-
brew install open-mpi
59+
brew install llvm libomp open-mpi hdf5
60+
export CC=/usr/local/opt/llvm/bin/clang
61+
export CPP=/usr/local/opt/llvm/bin/clang
6062
6163
- name: Set up Python ${{ matrix.python-version }}
6264
uses: actions/setup-python@v2
6365
with:
6466
python-version: ${{ matrix.python-version }}
6567

68+
- name: Update pip
69+
run: pip install --upgrade pip
70+
6671
- name: Install pip dependencies
6772
run: |
6873
pip install h5py

0 commit comments

Comments
 (0)