Skip to content

Commit ef21ee8

Browse files
authored
Use main branch of test-infra for Windows builds (#854)
1 parent 6dc8d12 commit ef21ee8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/windows_wheel.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)