Skip to content

Commit 442232f

Browse files
committed
Update workflows to use torchao-release0.12 test-infra branch
1 parent fe99758 commit 442232f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 3 additions & 3 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.12
2626
with:
2727
package-type: wheel
2828
os: linux
@@ -38,15 +38,15 @@ jobs:
3838
permissions:
3939
id-token: write
4040
contents: read
41-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
41+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.12
4242
with:
4343
# Set the ref to an empty string instead of the default nightly because
4444
# torchao doesn't have nightly branch setup yet, instead the build is
4545
# triggered daily from main with a schedule
4646
repository: pytorch/ao
4747
ref: ""
4848
test-infra-repository: pytorch/test-infra
49-
test-infra-ref: main
49+
test-infra-ref: torchao-release0.12
5050
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5151
env-var-script: packaging/env_var_script_linux.sh
5252
pre-script: packaging/pre_build_script.sh

0 commit comments

Comments
 (0)