Skip to content

Commit d2055ba

Browse files
authored
[Release 0.7] Use custom test-infra branch for windows build (#881)
1 parent f6d7cf7 commit d2055ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/windows_wheel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
name: Build and Upload Windows wheel
47-
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.8
47+
uses: nicolashug/test-infra/.github/workflows/build_wheels_windows.yml@release28windows
4848
with:
4949
repository: pytorch/torchcodec
5050
ref: ""
51-
test-infra-repository: pytorch/test-infra
52-
test-infra-ref: release/2.8
51+
test-infra-repository: nicolashug/test-infra
52+
test-infra-ref: release28windows
5353
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5454
pre-script: packaging/pre_build_script.sh
5555
# post-script: packaging/post_build_script.sh TODO: consider enabling post-build checks for Windows

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.7.0

0 commit comments

Comments
 (0)