We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d50cf commit 29c6a86Copy full SHA for 29c6a86
1 file changed
.github/workflows/unix_unit_tests.yml
@@ -58,11 +58,11 @@ jobs:
58
- name: Check out MHKiT-MATLAB
59
uses: actions/checkout@v4
60
61
- - name: pip install mhkit from pypi
+ - name: Conda install mhkit
62
shell: bash -l {0}
63
run: |
64
conda activate mhkit_conda_env
65
- pip install mhkit==$MHKIT_PYTHON_VERSION
+ conda install -c conda-forge mhkit==$MHKIT_PYTHON_VERSION
66
67
- name: pip install mhkit-python-utils module from source
68
0 commit comments