From ce6f5a740064972da99cbff13647ace07319d863 Mon Sep 17 00:00:00 2001 From: Philipenko Vladimir Date: Sat, 14 Oct 2023 02:56:53 +0300 Subject: [PATCH] Fix? --- .github/workflows/test_build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 1382e24f..7d71f9c6 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -33,11 +33,10 @@ jobs: sudo apt-get install libopenblas-dev pkg-config - name: Build wheels run: | - ls $PKG_CONFIG_PATH python -m cibuildwheel --output-dir wheelhouse env: CIBW_ENVIRONMENT_MACOS: > PATH="/usr/local/opt/llvm/bin:$PATH" LDFLAGS="-L/usr/local/opt/llvm/lib" CPPFLAGS="-I/usr/local/opt/llvm/include" CIBW_BUILD: cp39-* CIBW_SKIP: "*musllinux* *manylinux_x86_64" - PKG_CONFIG_PATH: "/usr/lib/x86_64-linux-gnu/openblas-pthread/pkgconfig" + PKG_CONFIG_PATH: "/usr/lib/x86_64-linux-gnu/openblas-pthread/pkgconfig/openblas.pc"