File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,12 @@ jobs:
42
42
strategy :
43
43
fail-fast : false
44
44
name : Build and Upload Windows wheel
45
- # TODO: use @main
46
- uses : nicolashug/test-infra/.github/workflows/build_wheels_windows.yml@build-platform-windows
45
+ uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
47
46
with :
48
47
repository : pytorch/torchcodec
49
48
ref : " "
50
- test-infra-repository : nicolashug /test-infra
51
- test-infra-ref : build-platform-windows
49
+ test-infra-repository : pytorch /test-infra
50
+ test-infra-ref : main
52
51
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
53
52
pre-script : packaging/pre_build_script.sh
54
53
# post-script: packaging/post_build_script.sh TODO: consider enabling post-build checks for Windows
You can’t perform that action at this time.
0 commit comments