install the nightly wheel
This commit is contained in:
parent
9f98cc9285
commit
e05185747b
|
@ -61,8 +61,9 @@ jobs:
|
||||||
- name: Install python dependencies
|
- name: Install python dependencies
|
||||||
run: |
|
run: |
|
||||||
pip3 install numpy meson meson-python ninja build asv
|
pip3 install numpy meson meson-python ninja build asv
|
||||||
# sudo apt install libopenblas-dev # XXX
|
# pip3 install scipy_openblas32
|
||||||
pip3 install scipy_openblas32
|
# install the nightly OpenBLAS wheel
|
||||||
|
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy-openblas32
|
||||||
python3 -c'import scipy_openblas32 as so; print(so.get_pkg_config())' > scipy_openblas.pc
|
python3 -c'import scipy_openblas32 as so; print(so.get_pkg_config())' > scipy_openblas.pc
|
||||||
export PKG_CONFIG_PATH=$PWD
|
export PKG_CONFIG_PATH=$PWD
|
||||||
echo ">>>> PKG_CONFIG" $PKG_CONFIG_PATH
|
echo ">>>> PKG_CONFIG" $PKG_CONFIG_PATH
|
||||||
|
|
Loading…
Reference in New Issue