Skip to content

Commit

Permalink
Actions: Enable MHKiT-Python 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Dec 9, 2024
1 parent 4664bbf commit 9a80223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unix_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

env:
mhkit-python-dir: "MHKiT-Python"
MHKIT_PYTHON_VERSION: '0.7.0'
MHKIT_PYTHON_VERSION: '0.8.2'
steps:
- name: Install & Setup Miniconda
uses: conda-incubator/setup-miniconda@v3
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
python-version: [3.8, 3.9, "3.10", 3.11]
# Note: It is preferred to use an actual release name as opposed to 'latest'
matlab-version: [R2021b, R2022a, R2022b, R2023a, R2023b, R2024a]
mhkit-python-version: ["0.7.0"]
mhkit-python-version: ["0.8.2"]
exclude:
- python-version: "3.10" # cache_population job
matlab-version: R2022b
Expand Down
4 changes: 2 additions & 2 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.0'
MHKIT_PYTHON_VERSION: '0.8.2'
steps:
- name: Install/Setup Miniconda
uses: conda-incubator/setup-miniconda@v3
Expand Down Expand Up @@ -127,7 +127,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.0"]
mhkit-python-version: ["0.8.2"]
exclude:
# Cache population job
- matlab-version: R2022a
Expand Down

0 comments on commit 9a80223

Please sign in to comment.