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.
2 parents 84256dd + d2055ba commit 2dc0f0bCopy full SHA for 2dc0f0b
.github/workflows/windows_wheel.yaml
@@ -44,12 +44,12 @@ jobs:
44
strategy:
45
fail-fast: false
46
name: Build and Upload Windows wheel
47
- uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.8
+ uses: nicolashug/test-infra/.github/workflows/build_wheels_windows.yml@release28windows
48
with:
49
repository: pytorch/torchcodec
50
ref: ""
51
- test-infra-repository: pytorch/test-infra
52
- test-infra-ref: release/2.8
+ test-infra-repository: nicolashug/test-infra
+ test-infra-ref: release28windows
53
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
54
pre-script: packaging/pre_build_script.sh
55
# post-script: packaging/post_build_script.sh TODO: consider enabling post-build checks for Windows
0 commit comments