From 6f35f629e15716a716765dc53864ba9fdb439531 Mon Sep 17 00:00:00 2001 From: messense Date: Sat, 7 Aug 2021 23:14:28 +0800 Subject: [PATCH] Test aarch64 wheel installation only --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 133d4e7..d577967 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -144,8 +144,8 @@ jobs: manylinux: auto args: -i python3.9 --release --out dist --no-sdist - uses: uraimo/run-on-arch-action@v2.0.5 - # run-on-arch-action doesn't have ppc64 support - if: matrix.target != 'ppc64' + # only aarch64 has numpy wheel + if: ${{ matrix.target == 'aarch64' }} name: Install built wheel with: arch: ${{ matrix.target }}