Skip to content

Commit

Permalink
Merge pull request #1089 from esm-tools/fix/github_actions_missing_hdf5
Browse files Browse the repository at this point in the history
Update esm_tools_actions_novm.yml
  • Loading branch information
nwieters authored Nov 3, 2023
2 parents a1d545b + a260421 commit 2806d10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/esm_tools_actions_novm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64

- name: Install libhdf5-dev
run: sudo apt-get install libhdf5-dev

- name: Install libnetcdf-dev
run: sudo apt-get install libnetcdf-dev

- name: add to the path
run: |
echo "$HOME/.local/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 2806d10

Please sign in to comment.