Skip to content

Commit e606473

Browse files
authored
Channel=test for build matrix generation (#7286)
1 parent a192c95 commit e606473

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
@@ -21,6 +21,7 @@ jobs:
2121
os: linux
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-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
@@ -21,6 +21,7 @@ jobs:
2121
os: linux
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-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)