We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83733f5 commit 9a9fc22Copy full SHA for 9a9fc22
.github/workflows/main.yml
@@ -57,13 +57,18 @@ jobs:
57
- name: Install brew dependencies
58
if: matrix.os == 'macos-latest'
59
run: |
60
- brew install open-mpi
+ 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
63
64
- name: Set up Python ${{ matrix.python-version }}
65
uses: actions/setup-python@v2
66
with:
67
python-version: ${{ matrix.python-version }}
68
69
+ - name: Update pip
70
+ run: pip install --upgrade pip
71
+
72
- name: Install pip dependencies
73
74
pip install h5py
0 commit comments