From eeda2a2269b22c145e09368c3d97c1ce6c73309e Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Fri, 29 Aug 2025 23:49:14 -0400 Subject: [PATCH] Don't build i686 binaries Build is failing because it can't find libcurl: ValueError: Cannot repair wheel, because required library "libssl.so.10" could not be located Someone who cares about this can fix it --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1de9f0036..788340c60 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,8 +34,6 @@ jobs: arch: x86_64 - os: ubuntu-24.04-arm arch: aarch64 - - os: ubuntu-24.04 - arch: i686 - os: ubuntu-24.04 arch: x86_64 - os: windows-latest @@ -67,8 +65,6 @@ jobs: CIBW_SKIP: "pp*" CIBW_TEST_COMMAND: mv {project}/av {project}/av.disabled && python -m pytest {package}/tests && mv {project}/av.disabled {project}/av CIBW_TEST_REQUIRES: pytest numpy - # skip tests when there are no binary wheels of numpy - CIBW_TEST_SKIP: "*_i686" run: | pip install cibuildwheel delvewheel cibuildwheel --output-dir dist