We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077d843 commit b7ecd55Copy full SHA for b7ecd55
.github/workflows/test.yml
@@ -23,12 +23,6 @@ jobs:
23
run: sudo apt-get install libhdf5-dev
24
- if: matrix.os == 'macos'
25
name: Install hdf5 - MacOS
26
- run: brew install [email protected]
27
- - if: matrix.os == 'ubuntu'
28
- name: Run test - Ubuntu
29
- run: bundle exec rake test
30
- - if: matrix.os == 'macos'
31
- name: Run test - MacOS
+ run: brew install hdf5
+ - name: Run test
32
run: bundle exec rake test
33
- env:
34
- HDF5_LIB_PATH: /opt/homebrew/Cellar/[email protected]/1.10.11/lib
0 commit comments