Skip to content

Commit 88e1c72

Browse files
committed
Use main branch of test-infra for Windows builds
1 parent 1dd1bc7 commit 88e1c72

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/windows_wheel.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@ 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
49+
test-infra-repository: pytorch/test-infra
5150
test-infra-ref: build-platform-windows
5251
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5352
pre-script: packaging/pre_build_script.sh

0 commit comments

Comments
 (0)