Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 7c63ea7

Browse files
authored
Channel=test for build matrix generation (#2066)
1 parent 670e52a commit 7c63ea7

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/build-conda-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
test-infra-repository: pytorch/test-infra
2323
test-infra-ref: main
2424
with-cuda: disable
25+
channel: test
2526
build:
2627
needs: generate-matrix
2728
strategy:

.github/workflows/build-conda-m1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
os: macos-arm64
2222
test-infra-repository: pytorch/test-infra
2323
test-infra-ref: main
24+
channel: test
2425
build:
2526
needs: generate-matrix
2627
strategy:

.github/workflows/build-conda-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
os: macos
2222
test-infra-repository: pytorch/test-infra
2323
test-infra-ref: main
24+
channel: test
2425
build:
2526
needs: generate-matrix
2627
strategy:

.github/workflows/build-wheels-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
test-infra-repository: pytorch/test-infra
2323
test-infra-ref: main
2424
with-cuda: disable
25+
channel: test
2526
build:
2627
needs: generate-matrix
2728
strategy:

.github/workflows/build-wheels-m1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
os: macos-arm64
2222
test-infra-repository: pytorch/test-infra
2323
test-infra-ref: main
24+
channel: test
2425
build:
2526
needs: generate-matrix
2627
strategy:

.github/workflows/build-wheels-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
os: macos
2222
test-infra-repository: pytorch/test-infra
2323
test-infra-ref: main
24+
channel: test
2425
build:
2526
needs: generate-matrix
2627
strategy:

0 commit comments

Comments
 (0)