From 979225467d511ffdba91d682a9e829aa1d94e972 Mon Sep 17 00:00:00 2001 From: Bernard Giroux Date: Thu, 19 Dec 2024 23:29:55 -0500 Subject: [PATCH] vtk does not support aarch64 --- .github/workflows/wheels.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 86b2799..b826161 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -43,10 +43,6 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.22.0 - env: - # configure cibuildwheel to build native archs ('auto'), and some - # emulated ones - CIBW_ARCHS_LINUX: auto aarch64 - uses: actions/upload-artifact@v4 with: