Skip to content

Commit 82a054e

Browse files
committed
Add access to test indices Torch 6
1 parent 438efc7 commit 82a054e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build and test Windows wheels
22

33
on: [pull_request]
44

5+
env:
6+
CHANNEL: test
7+
58
jobs:
69
generate-matrix:
710
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
@@ -28,8 +31,6 @@ jobs:
2831
package-name: torch_tensorrt
2932
name: Build torch-tensorrt whl package
3033
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
31-
env:
32-
CHANNEL: test
3334
with:
3435
repository: ${{ matrix.repository }}
3536
ref: ""

0 commit comments

Comments
 (0)