From 82b9f2245d50d6f8e676bf62e205c1252b143e81 Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Thu, 15 Aug 2024 14:47:28 -0600 Subject: [PATCH] Update buildwheels.yml --- .github/workflows/buildwheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildwheels.yml b/.github/workflows/buildwheels.yml index dca8070c06..f2e8851c1a 100644 --- a/.github/workflows/buildwheels.yml +++ b/.github/workflows/buildwheels.yml @@ -26,7 +26,7 @@ jobs: env: CIBW_BUILD: cp311-* CIBW_BUILD_VERBOSITY: 1 - CIBW_BEFORE_ALL: "yum install -y openblas-devel" + CIBW_BEFORE_ALL: "yum install -y openblas-devel python3.11-libs python3.11-devel" CIBW_BEFORE_BUILD: "ls -R /opt/python/cp311-cp311" #- uses: actions/upload-artifact@v2