Skip to content

Commit

Permalink
Install netcdf-fortran instead of netcdf on macOS for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbn committed Jan 3, 2023
1 parent cfc7fb1 commit 831755d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: runner.os == 'Linux'

- name: Install dependencies - macOS
run: brew install netcdf open-mpi ninja
run: brew install netcdf-fortran open-mpi ninja
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1
if: runner.os == 'macOS'
Expand Down

0 comments on commit 831755d

Please sign in to comment.