Skip to content

Commit

Permalink
BLD: update to latest SciPy version
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten committed Apr 3, 2024
1 parent ea9519e commit e57aab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ stages:
displayName: 'Install pythran'
- script: |
export PATH=/home/vsts/.local/bin:$PATH
export scipy_version=1.12.0
export scipy_version=1.13.0
wget https://github.com/scipy/scipy/releases/download/v${scipy_version}/scipy-${scipy_version}.tar.gz
tar xzvf scipy-${scipy_version}.tar.gz
cd scipy-${scipy_version}
Expand Down

0 comments on commit e57aab2

Please sign in to comment.