Skip to content

Commit b0bc30d

Browse files
authored
Update build command (#177)
1 parent 9fb4035 commit b0bc30d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/wheel.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,11 @@ jobs:
4747
test-infra-ref: main
4848
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4949
post-script: packaging/post_build_script.sh
50-
env-var-script: packaging/env_var_script.sh
5150
smoke-test-script: packaging/fake_smoke_test.py
5251
package-name: torchcodec
5352
trigger-event: ${{ github.event_name }}
5453
build-platform: "python-build-package"
55-
wheel-build-extra-args: "-vvv --no-isolation"
54+
build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 python -m build --wheel -vvv --no-isolation"
5655

5756
install-and-test:
5857
runs-on: ubuntu-latest

packaging/env_var_script.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)