Skip to content

Commit 0c3ebe9

Browse files
committed
Check binaries
1 parent d722746 commit 0c3ebe9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_wheels_aarch64_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
package-type: wheel
2828
os: linux-aarch64
2929
test-infra-repository: pytorch/test-infra
30-
test-infra-ref: main
30+
test-infra-ref: torchao-release0.8
3131
with-cuda: disable
3232

3333
build:

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
repository: pytorch/ao
4545
ref: ""
4646
test-infra-repository: pytorch/test-infra
47-
test-infra-ref: main
47+
test-infra-ref: torchao-release0.8
4848
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4949
env-var-script: packaging/env_var_script_linux.sh
5050
pre-script: packaging/pre_build_script.sh

.github/workflows/build_wheels_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
package-type: wheel
3131
os: windows
3232
test-infra-repository: pytorch/test-infra
33-
test-infra-ref: main
33+
test-infra-ref: torchao-release0.8
3434
with-xpu: enable
3535
with-cuda: disable
3636

@@ -52,7 +52,7 @@ jobs:
5252
repository: ${{ matrix.repository }}
5353
ref: ""
5454
test-infra-repository: pytorch/test-infra
55-
test-infra-ref: main
55+
test-infra-ref: torchao-release0.8
5656
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5757
pre-script: ${{ matrix.pre-script }}
5858
env-script: ${{ matrix.env-script }}

0 commit comments

Comments
 (0)