Skip to content

Commit

Permalink
only install on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Nov 22, 2023
1 parent b3e1860 commit fa68126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-core-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
args: --release --out dist -m python/core/Cargo.toml

- uses: uraimo/run-on-arch-action@v2.5.1
if: matrix.target != 'ppc64'
if: matrix.target == 'aarch64'
name: Install built wheel
with:
arch: ${{ matrix.target }}
Expand Down

0 comments on commit fa68126

Please sign in to comment.