Skip to content

Commit

Permalink
Test aarch64 wheel installation only
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 7, 2021
1 parent 9d9005c commit 6f35f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ jobs:
manylinux: auto
args: -i python3.9 --release --out dist --no-sdist
- uses: uraimo/[email protected]
# 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 }}
Expand Down

0 comments on commit 6f35f62

Please sign in to comment.