Skip to content

Commit 26982f0

Browse files
committed
Add access to test indices Torch 3
1 parent e3f7e9f commit 26982f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ jobs:
2626
pre-script: packaging/pre_build_script_windows.sh
2727
smoke-test-script: packaging/smoke_test_windows.py
2828
package-name: torch_tensorrt
29+
env:
30+
CHANNEL: test
2931
name: Build torch-tensorrt whl package
3032
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
3133
with:
3234
repository: ${{ matrix.repository }}
3335
ref: ""
3436
test-infra-repository: pytorch/test-infra
3537
test-infra-ref: main
36-
channel: test
3738
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
3839
pre-script: ${{ matrix.pre-script }}
3940
smoke-test-script: ${{ matrix.smoke-test-script }}

0 commit comments

Comments
 (0)