There was an error while loading. Please reload this page.
1 parent e0745a9 commit e5e3b6dCopy full SHA for e5e3b6d
1 file changed
.github/workflows/test_build_wheels_linux_without_cuda.yml
@@ -37,8 +37,6 @@ jobs:
37
post-script: packaging/post_build_script.sh
38
smoke-test-script: packaging/fake_smoke_test.py
39
package-name: torchvision_extra_decoders
40
- build-platform: setup-py
41
- build-command: python -m build --wheel
42
uses: ./.github/workflows/build_wheels_linux.yml
43
name: ${{ matrix.repository }}
44
with:
@@ -51,4 +49,5 @@ jobs:
51
49
pre-script: ${{ matrix.pre-script }}
52
50
post-script: ${{ matrix.post-script }}
53
smoke-test-script: ${{ matrix.smoke-test-script }}
54
- build-platform: python-build-package
+ build-platform: setup-py
+ build-command: python -m build --wheel
0 commit comments