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 438efc7 commit 82a054eCopy full SHA for 82a054e
.github/workflows/build-test-windows.yml
@@ -2,6 +2,9 @@ name: Build and test Windows wheels
2
3
on: [pull_request]
4
5
+env:
6
+ CHANNEL: test
7
+
8
jobs:
9
generate-matrix:
10
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
@@ -28,8 +31,6 @@ jobs:
28
31
package-name: torch_tensorrt
29
32
name: Build torch-tensorrt whl package
30
33
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
- env:
- CHANNEL: test
34
with:
35
repository: ${{ matrix.repository }}
36
ref: ""
0 commit comments