Skip to content

Commit f66fa3f

Browse files
thomasjpfanjeremiedbb
authored andcommitted
CI Only test latest python version on CirrusCI (#26986)
1 parent cd68222 commit f66fa3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_tools/cirrus/arm_wheel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,16 @@ linux_arm64_wheel_task:
5656
# See `maint_tools/update_tracking_issue.py` for details on the permissions the token requires.
5757
BOT_GITHUB_TOKEN: ENCRYPTED[9b50205e2693f9e4ce9a3f0fcb897a259289062fda2f5a3b8aaa6c56d839e0854a15872f894a70fca337dd4787274e0f]
5858
matrix:
59+
# Only the latest Python version is tested
5960
- env:
6061
CIBW_BUILD: cp38-manylinux_aarch64
62+
CIBW_TEST_SKIP: "*_aarch64"
6163
- env:
6264
CIBW_BUILD: cp39-manylinux_aarch64
65+
CIBW_TEST_SKIP: "*_aarch64"
6366
- env:
6467
CIBW_BUILD: cp310-manylinux_aarch64
68+
CIBW_TEST_SKIP: "*_aarch64"
6569
- env:
6670
CIBW_BUILD: cp311-manylinux_aarch64
6771

0 commit comments

Comments
 (0)