From 8ccdacd1d8f2da0bf3d701e6a8618ed1eb19cce4 Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Fri, 5 Jul 2024 14:15:21 +0100 Subject: [PATCH] Revert "attempt to fix strange centos error" This reverts commit 51b8b8dc2aee37bb597b2ca5ede8b51d43bd5333. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2507fd8..55907b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -172,7 +172,7 @@ jobs: CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 CIBW_BUILD: "cp3${{env.PYTHON_SUBVERSION}}-*" CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*" - CIBW_BEFORE_ALL_LINUX: apt-get install libopenblas-dev + CIBW_BEFORE_ALL_LINUX: yum install -y openblas-devel CIBW_ENVIRONMENT_MACOS: CFLAGS='-Wno-error=implicit-function-declaration' CIBW_BUILD_VERBOSITY: 3 CIBW_TEST_REQUIRES: pytest