File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -48,24 +48,25 @@ jobs:
4848 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
4949 post-script : packaging/post_build_script.sh
5050 smoke-test-script : packaging/fake_smoke_test.py
51- runner-type : macos-m1-stable
51+ runner-type : macos-m1-12
5252 package-name : torchcodec
5353 trigger-event : ${{ github.event_name }}
5454 build-platform : " python-build-package"
5555 build-command : " BUILD_AGAINST_ALL_FFMPEG_FROM_S3=1 ${CONDA_RUN} python3 -m build --wheel -vvv --no-isolation"
5656
57- validate-binaries :
58- uses : pytorch/test-infra/.github/workflows/validate-domain-library.yml@main
59- with :
60- package_type : " wheel"
61- os : " macos-arm64"
62- channel : " nightly"
63- repository : " pytorch/torchcodec"
64- smoke_test : " source ./packaging/validate_wheel.sh"
65- install_torch : true
57+ # validate-binaries:
58+ # needs: build
59+ # uses: pytorch/test-infra/.github/workflows/validate-domain-library.yml@main
60+ # with:
61+ # package_type: "wheel"
62+ # os: "macos-arm64"
63+ # channel: "nightly"
64+ # repository: "pytorch/torchcodec"
65+ # smoke_test: "source ./packaging/validate_wheel.sh"
66+ # install_torch: true
6667
6768 install-and-test :
68- runs-on : macos-m1-stable
69+ runs-on : macos-m1-12
6970 strategy :
7071 fail-fast : false
7172 matrix :
@@ -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
Original file line number Diff line number Diff line change 44
55conda install ffmpeg -c conda-forge
66pip install ${PYTORCH_PIP_PREFIX} torchcodec --extra-index-url ${PYTORCH_PIP_DOWNLOAD_URL}
7- pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
87
98python3 test/decoders/manual_smoke_test.py
109pytest test -vvv
You can’t perform that action at this time.
0 commit comments