Skip to content

Commit

Permalink
Actions: Decrease pinned scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Jul 3, 2024
1 parent c94d04c commit effd046
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 @@ -72,7 +72,7 @@ jobs:
run: |
conda activate mhkit_conda_env
pip uninstall -y scipy
pip install scipy==1.11.4
pip install scipy==1.10.1

- name: List installed pip modules
shell: bash -l {0}
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
run: |
conda activate mhkit_conda_env
pip uninstall -y scipy
pip install scipy==1.11.4
pip install scipy==1.10.1

- name: List installed pip modules
shell: bash -l {0}
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 @@ -65,7 +65,7 @@ jobs:
run: |
conda activate mhkit_conda_env
pip uninstall -y scipy
pip install scipy==1.11.4
pip install scipy==1.10.1

# Create the cache and add a dummy file
# The dummy file ensures that the artifact download
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
run: |
conda activate mhkit_conda_env
pip uninstall -y scipy
pip install scipy==1.11.4
pip install scipy==1.10.1

- name: List installed pip modules
shell: bash -l {0}
Expand Down

0 comments on commit effd046

Please sign in to comment.