Skip to content

Commit 338531d

Browse files
committed
Add access to test indices Torch 4
1 parent 26982f0 commit 338531d

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,6 +14,8 @@ jobs:
1414
with-cpu: false
1515

1616
build:
17+
env:
18+
CHANNEL: test
1719
needs: generate-matrix
1820
permissions:
1921
id-token: write
@@ -26,8 +28,6 @@ jobs:
2628
pre-script: packaging/pre_build_script_windows.sh
2729
smoke-test-script: packaging/smoke_test_windows.py
2830
package-name: torch_tensorrt
29-
env:
30-
CHANNEL: test
3131
name: Build torch-tensorrt whl package
3232
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
3333
with:

0 commit comments

Comments
 (0)