Skip to content

Commit 9a9fc22

Browse files
committed
add llvm
1 parent 83733f5 commit 9a9fc22

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
@@ -57,13 +57,18 @@ jobs:
5757
- name: Install brew dependencies
5858
if: matrix.os == 'macos-latest'
5959
run: |
60-
brew install open-mpi
60+
brew install llvm libomp open-mpi hdf5
61+
export CC=/usr/local/opt/llvm/bin/clang
62+
export CPP=/usr/local/opt/llvm/bin/clang
6163
6264
- name: Set up Python ${{ matrix.python-version }}
6365
uses: actions/setup-python@v2
6466
with:
6567
python-version: ${{ matrix.python-version }}
6668

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

0 commit comments

Comments
 (0)