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