Browse Source

MAINT: install virualenv for asv

pull/4751/head
Evgeni Burovski 1 year ago
parent
commit
058e85dc73
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/cirun-asv.yml

+ 1
- 1
.github/workflows/cirun-asv.yml View File

@@ -60,7 +60,7 @@ jobs:

- name: Install python dependencies
run: |
pip3 install numpy meson meson-python ninja build asv
pip3 install numpy meson meson-python ninja build asv virtualenv
# pip3 install scipy_openblas32
# install the nightly OpenBLAS wheel
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy-openblas32


Loading…
Cancel
Save