Skip to content

Commit

Permalink
Actions: Specify MHKiT-Python patch version number
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed May 10, 2024
1 parent 46eb465 commit f919b73
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

env:
mhkit-python-dir: "MHKiT-Python"
MHKIT_PYTHON_VERSION: 0.7
MHKIT_PYTHON_VERSION: '0.7.0'
steps:
- name: Install/Setup Miniconda
uses: conda-incubator/setup-miniconda@v3
Expand Down Expand Up @@ -49,7 +49,8 @@ jobs:
# working-directory: ${{env.mhkit-python-dir}}
shell: bash -l {0}
run: |
"conda activate mhkit_conda_env && pip install mhkit==$MHKIT_PYTHON_VERSION"
"conda activate mhkit_conda_env"
"pip install mhkit==$MHKIT_PYTHON_VERSION"

- name: pip install mhkit-python-utils module from source
run: |
Expand Down Expand Up @@ -119,7 +120,7 @@ jobs:
os: [windows-latest]
python-version: [3.8, 3.9, "3.10", 3.11]
matlab-version: [R2021b, R2022a, R2022b, R2023a, R2023b, R2024a]
mhkit-python-version: ["0.7"]
mhkit-python-version: ["0.7.0"]
exclude:
- matlab-version: R2022a
python-version: 3.9
Expand Down Expand Up @@ -199,7 +200,8 @@ jobs:
shell: bash -l {0}
# working-directory: ${{env.mhkit-python-dir}}
run: |
"conda activate mhkit_conda_env && pip install mhkit==$MHKIT_PYTHON_VERSION"
"conda activate mhkit_conda_env"
"pip install mhkit==$MHKIT_PYTHON_VERSION"

# - name: pip install mhkit from source
# working-directory: ${{env.mhkit-python-dir}}
Expand Down

0 comments on commit f919b73

Please sign in to comment.