Skip to content

Commit

Permalink
Fixing scipy version for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMeisrimelModelon committed Apr 8, 2024
1 parent 4f9852f commit 42a5626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: '3.11.x'
- name: Setup Python
run: |
python3 -m pip install Cython numpy scipy matplotlib nose-py3
python3 -m pip install Cython numpy scipy==1.12.0 matplotlib nose-py3
- name: Install system
run: |
sudo apt-get -y install cmake liblapack-dev libsuitesparse-dev libhypre-dev
Expand Down

0 comments on commit 42a5626

Please sign in to comment.