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 1dd1bc7 commit 88e1c72Copy full SHA for 88e1c72
.github/workflows/windows_wheel.yaml
@@ -42,12 +42,11 @@ jobs:
42
strategy:
43
fail-fast: false
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
+ uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
47
with:
48
repository: pytorch/torchcodec
49
ref: ""
50
- test-infra-repository: nicolashug/test-infra
+ test-infra-repository: pytorch/test-infra
51
test-infra-ref: build-platform-windows
52
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
53
pre-script: packaging/pre_build_script.sh
0 commit comments