Skip to content

Commit

Permalink
Actions: Add netcdf bin path before installing mhkit-python
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed May 13, 2024
1 parent 318c945 commit 08d4a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unix_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ jobs:
shell: bash -l {0}
run: |
conda activate mhkit_conda_env
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
pip install -e .

- name: pip install mhkit-python-utils module from source
Expand Down

0 comments on commit 08d4a1b

Please sign in to comment.