We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f7e9f commit 26982f0Copy full SHA for 26982f0
.github/workflows/build-test-windows.yml
@@ -26,14 +26,15 @@ jobs:
26
pre-script: packaging/pre_build_script_windows.sh
27
smoke-test-script: packaging/smoke_test_windows.py
28
package-name: torch_tensorrt
29
+ env:
30
+ CHANNEL: test
31
name: Build torch-tensorrt whl package
32
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
33
with:
34
repository: ${{ matrix.repository }}
35
ref: ""
36
test-infra-repository: pytorch/test-infra
37
test-infra-ref: main
- channel: test
38
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
39
pre-script: ${{ matrix.pre-script }}
40
smoke-test-script: ${{ matrix.smoke-test-script }}
0 commit comments