Skip to content

Commit 9b3d6e4

Browse files
committed
Try to use custom test-infra branch
1 parent 95bd9b2 commit 9b3d6e4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/windows_wheel.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,21 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
name: Build and Upload Windows wheel
45-
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
45+
uses: nicolashug/test-infra/.github/workflows/build_wheels_windows.yml@build-platform-windows
4646
with:
4747
repository: pytorch/torchcodec
4848
ref: ""
49-
test-infra-repository: pytorch/test-infra
50-
test-infra-ref: main
49+
test-infra-repository: nicolashug/test-infra
50+
test-infra-ref: build-platform-windows
5151
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5252
pre-script: packaging/pre_build_script.sh
5353
post-script: packaging/post_build_script.sh
5454
env-script: packaging/vc_env_helper.bat
5555
smoke-test-script: packaging/fake_smoke_test.py
5656
package-name: torchcodec
5757
trigger-event: ${{ github.event_name }}
58-
# TODO Probably needs to enable this
59-
# build-platform: "python-build-package"
60-
# build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 python -m build --wheel -vvv --no-isolation"
58+
build-platform: "python-build-package"
59+
build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 python -m build --wheel -vvv --no-isolation"
6160

6261
install-and-test:
6362
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)