diff --git a/.github/workflows/cirun-asv.yml b/.github/workflows/cirun-asv.yml index 66d429b27..bf4d65a28 100644 --- a/.github/workflows/cirun-asv.yml +++ b/.github/workflows/cirun-asv.yml @@ -62,15 +62,6 @@ jobs: echo ">>>> PKG_CONFIG" $PKG_CONFIG_PATH cat scipy_openblas.pc - run: | - pip install numpy meson meson-python ninja build asv - # sudo apt install libopenblas-dev # XXX - pip install scipy_openblas32 - python -c'import scipy_openblas32 as so; print(so.get_pkg_config())' > scipy_openblas.pc - export PKG_CONFIG_PATH=$PWD - echo ">>>> PKG_CONFIG" $PKG_CONFIG_PATH - cat scipy_openblas.pc - - name: Set and log asv machine configuration run: | asv machine --yes --config asv.conf.json