From cda5ce4008e40b6b5e8bd98dd0844e3bae0bdf52 Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Sun, 7 Jul 2024 11:34:58 +0100 Subject: [PATCH] fixing apt-get --- .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 f7ee22a..b390fd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -172,7 +172,7 @@ jobs: CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24 CIBW_BUILD: "cp3${{env.PYTHON_SUBVERSION}}-*" CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*" - CIBW_BEFORE_ALL_LINUX: apt-get update -y --allow-releaseinfo-change && apt-get install -y libopenblas-dev + CIBW_BEFORE_ALL_LINUX: apt-get install -y libopenblas-dev CIBW_ENVIRONMENT_MACOS: CFLAGS='-Wno-error=implicit-function-declaration' CIBW_BUILD_VERBOSITY: 3 CIBW_TEST_REQUIRES: pytest