Skip to content

Commit 29c6a86

Browse files
committed
Actions: Use conda forge to install mhkit on unix
1 parent 45d50cf commit 29c6a86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unix_unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ jobs:
5858
- name: Check out MHKiT-MATLAB
5959
uses: actions/checkout@v4
6060

61-
- name: pip install mhkit from pypi
61+
- name: Conda install mhkit
6262
shell: bash -l {0}
6363
run: |
6464
conda activate mhkit_conda_env
65-
pip install mhkit==$MHKIT_PYTHON_VERSION
65+
conda install -c conda-forge mhkit==$MHKIT_PYTHON_VERSION
6666
6767
- name: pip install mhkit-python-utils module from source
6868
shell: bash -l {0}

0 commit comments

Comments
 (0)