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.
2 parents 2733862 + 4a8eb56 commit 8d9a1daCopy full SHA for 8d9a1da
.github/workflows/macos_wheel.yaml
@@ -55,6 +55,7 @@ jobs:
55
build-command: "BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 ${CONDA_RUN} python3 -m build --wheel -vvv --no-isolation"
56
57
validate-binaries:
58
+ needs: build
59
uses: pytorch/test-infra/.github/workflows/validate-domain-library.yml@main
60
with:
61
package_type: "wheel"
@@ -135,4 +136,4 @@ jobs:
135
136
python3 test/decoders/manual_smoke_test.py
137
- name: Run Python tests
138
run: |
- pytest test
139
+ pytest test -vvv
0 commit comments