Skip to content

Commit

Permalink
Skip armv7 wheel installation test
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 7, 2021
1 parent 9d9005c commit 5d9c1e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ jobs:
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'
# numpy doesn't have armv7 wheel
if: ${{ matrix.target != 'ppc64' && matrix.target != 'armv7' }}
name: Install built wheel
with:
arch: ${{ matrix.target }}
Expand Down

0 comments on commit 5d9c1e3

Please sign in to comment.