Skip to content

Commit ff8ce36

Browse files
author
Daniel Flores
committed
specify test channel to fix builds?
1 parent 7a2932f commit ff8ce36

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
package-type: wheel
2121
os: linux
22+
channel: test
2223
test-infra-repository: pytorch/test-infra
2324
test-infra-ref: release/2.9
2425
with-cpu: disable

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
package-type: wheel
3131
os: linux
32+
channel: test
3233
test-infra-repository: pytorch/test-infra
3334
test-infra-ref: release/2.9
3435
with-cpu: disable

.github/workflows/linux_wheel.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
package-type: wheel
3232
os: linux
33+
channel: test
3334
test-infra-repository: pytorch/test-infra
3435
test-infra-ref: release/2.9
3536
with-xpu: disable

.github/workflows/macos_wheel.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
package-type: wheel
3232
os: macos-arm64
33+
channel: test
3334
test-infra-repository: pytorch/test-infra
3435
test-infra-ref: release/2.9
3536
with-xpu: disable

.github/workflows/windows_wheel.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
package-type: wheel
3232
os: windows
33+
channel: test
3334
test-infra-repository: pytorch/test-infra
3435
test-infra-ref: release/2.9
3536
with-xpu: disable

0 commit comments

Comments
 (0)