Skip to content

Commit e5e3b6d

Browse files
committed
fix
1 parent e0745a9 commit e5e3b6d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test_build_wheels_linux_without_cuda.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
post-script: packaging/post_build_script.sh
3838
smoke-test-script: packaging/fake_smoke_test.py
3939
package-name: torchvision_extra_decoders
40-
build-platform: setup-py
41-
build-command: python -m build --wheel
4240
uses: ./.github/workflows/build_wheels_linux.yml
4341
name: ${{ matrix.repository }}
4442
with:
@@ -51,4 +49,5 @@ jobs:
5149
pre-script: ${{ matrix.pre-script }}
5250
post-script: ${{ matrix.post-script }}
5351
smoke-test-script: ${{ matrix.smoke-test-script }}
54-
build-platform: python-build-package
52+
build-platform: setup-py
53+
build-command: python -m build --wheel

0 commit comments

Comments
 (0)