Skip to content

Commit 683e55f

Browse files
authored
Update build_wheels_aarch64_linux.yml to use torchao-release0.9
https://github.com/pytorch/test-infra/tree/torchao-release0.9
1 parent 065aafa commit 683e55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_aarch64_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
generate-matrix:
25-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
25+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.9
2626
with:
2727
package-type: wheel
2828
os: linux-aarch64
@@ -36,7 +36,7 @@ jobs:
3636
permissions:
3737
id-token: write
3838
contents: read
39-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
39+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.9
4040
with:
4141
# Set the ref to an empty string instead of the default nightly because
4242
# torchao doesn't have nightly branch setup yet, instead the build is

0 commit comments

Comments
 (0)