From 4b2aa2e94734addd7a45c80ffb724b1f6562d81d Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Thu, 13 Jun 2024 21:34:30 +0300 Subject: [PATCH] .. --- .github/workflows/cirun-asv.yml | 9 --------- 1 file changed, 9 deletions(-) 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