Skip to content

Commit

Permalink
Install h5py from source
Browse files Browse the repository at this point in the history
  • Loading branch information
james-s-willis committed May 25, 2021
1 parent 6a64578 commit 58aad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install h5py
if: ${{ matrix.os == 'macos-latest' }}
run: |
pip install h5py==2.9
pip install --no-binary=h5py h5py
- name: Install pip dependencies
run: |
Expand Down

0 comments on commit 58aad0b

Please sign in to comment.