Skip to content

Commit 8d9a1da

Browse files
committed
Merge branch 'mac_wheels_ci' of github.com:scotts/torchcodec into mac_wheels_ci
2 parents 2733862 + 4a8eb56 commit 8d9a1da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos_wheel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 ${CONDA_RUN} python3 -m build --wheel -vvv --no-isolation"
5656

5757
validate-binaries:
58+
needs: build
5859
uses: pytorch/test-infra/.github/workflows/validate-domain-library.yml@main
5960
with:
6061
package_type: "wheel"
@@ -135,4 +136,4 @@ jobs:
135136
python3 test/decoders/manual_smoke_test.py
136137
- name: Run Python tests
137138
run: |
138-
pytest test
139+
pytest test -vvv

0 commit comments

Comments
 (0)