Skip to content

Commit

Permalink
Channel=test for build matrix generation (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
osalpekar committed Feb 17, 2023
1 parent 670e52a commit 7c63ea7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-conda-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
test-infra-repository: pytorch/test-infra
test-infra-ref: main
with-cuda: disable
channel: test
build:
needs: generate-matrix
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-conda-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
os: macos-arm64
test-infra-repository: pytorch/test-infra
test-infra-ref: main
channel: test
build:
needs: generate-matrix
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-conda-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
os: macos
test-infra-repository: pytorch/test-infra
test-infra-ref: main
channel: test
build:
needs: generate-matrix
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
test-infra-repository: pytorch/test-infra
test-infra-ref: main
with-cuda: disable
channel: test
build:
needs: generate-matrix
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-wheels-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
os: macos-arm64
test-infra-repository: pytorch/test-infra
test-infra-ref: main
channel: test
build:
needs: generate-matrix
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-wheels-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
os: macos
test-infra-repository: pytorch/test-infra
test-infra-ref: main
channel: test
build:
needs: generate-matrix
strategy:
Expand Down

0 comments on commit 7c63ea7

Please sign in to comment.