Skip to content

Commit

Permalink
try to find out where these hdf5 headers are
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Apr 30, 2024
1 parent 67daabb commit bf8e130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install build
- name: Install hdf5 (macOS)
- name: Install hdf5 and netcdf (macOS)
if: runner.os == 'macOS'
run: brew install hdf5
run: brew install hdf5 netcdf

- name: Check git status (not Windows)
if: runner.os != 'Windows'
Expand Down

0 comments on commit bf8e130

Please sign in to comment.