Skip to content

Commit

Permalink
Install brew for macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed May 23, 2024
1 parent bc91b6d commit 88b8b06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
fetch-depth: 0

- name: Install HDF5 source files
if: runner.os == 'macOS'
run: brew install hdf5

- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python-version }}"
Expand Down

0 comments on commit 88b8b06

Please sign in to comment.