Skip to content

Commit

Permalink
Actions: Upgrade netcdf pip package on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Apr 29, 2024
1 parent 8ac01bc commit 19f7f28
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/unix_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,14 @@ jobs:
working-directory: ${{env.mhkit-python-dir}}
shell: bash -l {0}
run: |
pip3 install mhkit
pip install -e .

# Necessary for mhkit v0.7
- name: pip upgrade netcdf4
if: ${{ matrix.os == 'macos-latest' }}
shell: bash -l {0}
run: |
pip3 install --upgrade netcdf

- name: pip install mhkit-python-utils module from source
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 19f7f28

Please sign in to comment.