File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments