Skip to content

Commit 95bd9b2

Browse files
committed
tmp
1 parent 4af56ad commit 95bd9b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/windows_wheel.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ jobs:
5555
smoke-test-script: packaging/fake_smoke_test.py
5656
package-name: torchcodec
5757
trigger-event: ${{ github.event_name }}
58-
build-platform: "python-build-package"
59-
build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 python -m build --wheel -vvv --no-isolation"
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"
6061

6162
install-and-test:
6263
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)