From 714c1f2019856421d09b2fa29e950f76210cd123 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 9 Oct 2023 10:04:19 -0400 Subject: [PATCH] Switch back to pip command --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 368330ded..ffd018385 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,11 +25,11 @@ before-all = "apk add apk add --no-cache curl gcc && curl https://sh.rustup.rs - [[tool.cibuildwheel.overrides]] select = "*i686" -before-all = "yum install openblas-devel" +before-test = 'python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"' [[tool.cibuildwheel.overrides]] select = "*ppc64le" -before-all = "yum install openblas-devel" +before-test = 'python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"' [tool.cibuildwheel.macos] environment = "MACOSX_DEPLOYMENT_TARGET=10.9"