kopia lustrzana https://github.com/inkstitch/inkstitch
update scipy for linux (#2280)
rodzic
b3141a24b6
commit
7de75fac0c
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue