diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-05-08 22:26:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-08 22:26:40 +0200 |
| commit | 7de75fac0c50f7aa5afbefc8868e9a5a4f4e1a11 (patch) | |
| tree | e9e4f074cde4b9ff459a87bc378aa394c1689601 /.github/workflows | |
| parent | b3141a24b68c452c6731c5b25e77ebeaf7d40e4d (diff) | |
update scipy for linux (#2280)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 |
