Skip to content

Commit

Permalink
Actions: Use bash shell on windows conda install command
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Dec 13, 2024
1 parent 090cbd6 commit 4ea558b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

# This is necessary to fix any issues with netcdf4 and hdf5 headers
- name: Conda install mhkit
shell: bash -l {0}
run: |
conda activate mhkit_conda_env
conda install mhkit==$MHKIT_PYTHON_VERSION
Expand Down

0 comments on commit 4ea558b

Please sign in to comment.