Skip to content

Commit

Permalink
try arm machines
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Mar 6, 2024
1 parent ab616eb commit 32eb814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
build_type: pull-request
# Package is pure Python and only ever requires one build.
matrix_filter: 'map(select(.LINUX_VER | test("centos") | not)) | sort_by(.PY_VER | split(".") | map(tonumber)) | .[-1]'
matrix_filter: 'map(select(.ARCH == "arm64")) | sort_by(.PY_VER | split(".") | map(tonumber)) | .[-1]'
wheel-build:
needs: checks
secrets: inherit
Expand All @@ -54,5 +54,5 @@ jobs:
with:
build_type: pull-request
# Package is pure Python and only ever requires one build.
matrix_filter: 'map(select(.LINUX_VER | test("centos") | not)) | sort_by(.PY_VER | split(".") | map(tonumber)) | .[-1]'
matrix_filter: 'map(select(.ARCH == "arm64")) | sort_by(.PY_VER | split(".") | map(tonumber)) | .[-1]'
script: 'ci/test_wheel.sh'

0 comments on commit 32eb814

Please sign in to comment.