Skip to content

Commit ff91aca

Browse files
committed
oops
1 parent dab2d8e commit ff91aca

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/windows_wheel.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@ jobs:
3737
with-cuda: disable
3838
build-python-only: "disable"
3939

40-
# build:
41-
# needs: generate-matrix
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
47-
# with:
48-
# repository: pytorch/torchcodec
49-
# ref: ""
50-
# test-infra-repository: nicolashug/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
54-
# # post-script: packaging/post_build_script.sh TODO: consider enabling post-build checks for Windows
55-
# env-script: packaging/vc_env_helper.bat
56-
# smoke-test-script: packaging/fake_smoke_test.py
57-
# package-name: torchcodec
58-
# trigger-event: ${{ github.event_name }}
59-
# build-platform: "python-build-package"
60-
# # The BUILD_AGAINST_ALL_FFMPEG_FROM_S3 var, needed to build the wheel, is
61-
# # set in vc_env_helper.bat Couldn't find a way to set it from here.
62-
# build-command: "python -m build --wheel -vvv --no-isolation"
40+
build:
41+
needs: generate-matrix
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
47+
with:
48+
repository: pytorch/torchcodec
49+
ref: ""
50+
test-infra-repository: nicolashug/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
54+
# post-script: packaging/post_build_script.sh TODO: consider enabling post-build checks for Windows
55+
env-script: packaging/vc_env_helper.bat
56+
smoke-test-script: packaging/fake_smoke_test.py
57+
package-name: torchcodec
58+
trigger-event: ${{ github.event_name }}
59+
build-platform: "python-build-package"
60+
# The BUILD_AGAINST_ALL_FFMPEG_FROM_S3 var, needed to build the wheel, is
61+
# set in vc_env_helper.bat Couldn't find a way to set it from here.
62+
build-command: "python -m build --wheel -vvv --no-isolation"
6363

6464
# install-and-test:
6565
# runs-on: windows-latest

0 commit comments

Comments
 (0)