summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-05-08 22:26:40 +0200
committerGitHub <noreply@github.com>2023-05-08 22:26:40 +0200
commit7de75fac0c50f7aa5afbefc8868e9a5a4f4e1a11 (patch)
treee9e4f074cde4b9ff459a87bc378aa394c1689601
parentb3141a24b68c452c6731c5b25e77ebeaf7d40e4d (diff)
update scipy for linux (#2280)
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fea95f01..2bb0fe38 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
# scipy gives us a ELF error when stripped
sudo apt-get install gcc g++ gfortran python3-dev libopenblas-dev liblapack-dev
python -m pip uninstall --yes scipy
- python -m pip install scipy==1.9.0 --no-binary scipy
+ python -m pip install scipy --no-binary scipy
echo "${{ env.pythonLocation }}\bin" >> $GITHUB_PATH
- shell: bash