Skip to content

Commit d1e6c03

Browse files
authored
CI fix for linux wheels (#1679)
1 parent 753ba98 commit d1e6c03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/build_wheels_linux.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
with-cuda: enable
3131
with-rocm: enable
3232
with-xpu: enable
33+
# please note: excluding 3.13t for aarch64 builds for now
34+
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
3335

3436
build:
3537
needs: generate-matrix
@@ -89,5 +91,5 @@ jobs:
8991
Error Information:
9092
${{ needs.generate-matrix.result == 'failure' && 'Matrix generation failed' || '' }}
9193
${{ needs.build.result == 'failure' && 'Build job failed' || '' }}
92-
94+
9395
This is an automated notification. Please check the GitHub Actions page for more details about the failure.

0 commit comments

Comments
 (0)