MAINT: install virualenv for asv
This commit is contained in:
parent
17d9f2c828
commit
058e85dc73
|
@ -60,7 +60,7 @@ 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 virtualenv
|
||||||
# pip3 install scipy_openblas32
|
# pip3 install scipy_openblas32
|
||||||
# install the nightly OpenBLAS wheel
|
# install the nightly OpenBLAS wheel
|
||||||
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy-openblas32
|
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy-openblas32
|
||||||
|
|
Loading…
Reference in New Issue