Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 7, 2024
1 parent 9da6a06 commit a7ad457
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: sudo apt-get install libhdf5-dev
- if: matrix.os == 'macos'
name: Install hdf5
run: brew install [email protected]
run: |
brew install [email protected]
brew ls [email protected]
- name: Run the default task
run: bundle exec rake

0 comments on commit a7ad457

Please sign in to comment.