Skip to content

Commit

Permalink
Actions: Don't pin scipy on unix
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Jan 31, 2025
1 parent 3e7c28d commit fbeb4aa
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/unix_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
conda activate mhkit_conda_env
pip install -e .
- name: Pin scipy version
shell: bash -l {0}
run: |
conda activate mhkit_conda_env
pip uninstall -y scipy
pip install scipy==1.12.0
# - name: Pin scipy version
# shell: bash -l {0}
# run: |
# conda activate mhkit_conda_env
# pip uninstall -y scipy
# pip install scipy==1.12.0

- name: List installed pip modules
shell: bash -l {0}
Expand Down Expand Up @@ -207,12 +207,12 @@ jobs:
conda activate mhkit_conda_env
pip install -e .
- name: Pin scipy version
shell: bash -l {0}
run: |
conda activate mhkit_conda_env
pip uninstall -y scipy
pip install scipy==1.12.0
# - name: Pin scipy version
# shell: bash -l {0}
# run: |
# conda activate mhkit_conda_env
# pip uninstall -y scipy
# pip install scipy==1.12.0

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

0 comments on commit fbeb4aa

Please sign in to comment.