Skip to content

Commit 753ba98

Browse files
authored
Test fix (#1678)
1 parent 1d75c8f commit 753ba98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels_aarch64_linux.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
test-infra-repository: pytorch/test-infra
3030
test-infra-ref: main
3131
with-cuda: disable
32-
32+
# please note: excluding 3.13t for aarch64 builds for now
33+
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
3334
build:
3435
needs: generate-matrix
3536
permissions:

0 commit comments

Comments
 (0)