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:
4242 strategy :
4343 fail-fast : false
4444 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
4746 with :
4847 repository : pytorch/torchcodec
4948 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
5251 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
5352 pre-script : packaging/pre_build_script.sh
5453 # 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