Skip to content

Commit cf8ded0

Browse files
committed
Add access to test indices Torch 5
1 parent 59eb4d4 commit cf8ded0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
with-cpu: false
1515

1616
build:
17-
env:
18-
CHANNEL: test
1917
needs: generate-matrix
2018
permissions:
2119
id-token: write
@@ -30,6 +28,8 @@ jobs:
3028
package-name: torch_tensorrt
3129
name: Build torch-tensorrt whl package
3230
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
31+
env:
32+
CHANNEL: test
3333
with:
3434
repository: ${{ matrix.repository }}
3535
ref: ""

0 commit comments

Comments
 (0)