We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af56ad commit 95bd9b2Copy full SHA for 95bd9b2
.github/workflows/windows_wheel.yaml
@@ -55,8 +55,9 @@ jobs:
55
smoke-test-script: packaging/fake_smoke_test.py
56
package-name: torchcodec
57
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"
+ # TODO Probably needs to enable this
+ # build-platform: "python-build-package"
60
+ # build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 python -m build --wheel -vvv --no-isolation"
61
62
install-and-test:
63
runs-on: ubuntu-latest
0 commit comments