Skip to content

Commit

Permalink
Update build command (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Aug 15, 2024
1 parent 9fb4035 commit b0bc30d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ jobs:
test-infra-ref: main
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
post-script: packaging/post_build_script.sh
env-var-script: packaging/env_var_script.sh
smoke-test-script: packaging/fake_smoke_test.py
package-name: torchcodec
trigger-event: ${{ github.event_name }}
build-platform: "python-build-package"
wheel-build-extra-args: "-vvv --no-isolation"
build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 python -m build --wheel -vvv --no-isolation"

install-and-test:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions packaging/env_var_script.sh

This file was deleted.

0 comments on commit b0bc30d

Please sign in to comment.