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 7bc7cf7 commit f2f6825Copy full SHA for f2f6825
.github/workflows/test.yml
@@ -23,6 +23,6 @@ jobs:
23
run: sudo apt-get install libhdf5-dev
24
- if: matrix.os == 'macos'
25
name: Install hdf5
26
- run: brew install hdf5
+ run: brew install hdf5@1.10
27
- name: Run the default task
28
run: bundle exec rake
0 commit comments