Skip to content

Commit 33b8a80

Browse files
committed
test_vision_extra
1 parent a25f4a6 commit 33b8a80

1 file changed

Lines changed: 3 additions & 36 deletions

File tree

.github/workflows/test_build_wheels_linux_without_cuda.yml

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -25,42 +25,9 @@ jobs:
2525
test-infra-ref: ${{ github.ref }}
2626
with-cuda: disable
2727
with-rocm: disable
28-
build-python-only: enable
29-
generate-matrix-torchvision:
30-
uses: ./.github/workflows/generate_binary_build_matrix.yml
31-
with:
32-
package-type: wheel
33-
os: linux
34-
test-infra-repository: ${{ github.repository }}
35-
test-infra-ref: ${{ github.ref }}
36-
with-xpu: disable
37-
with-rocm: disable
38-
with-cuda: disable
39-
build-python-only: "disable"
40-
test-torchtune:
41-
needs: generate-matrix
42-
strategy:
43-
fail-fast: false
44-
matrix:
45-
include:
46-
- repository: pytorch/torchtune
47-
package-name: torchtune
48-
uses: ./.github/workflows/build_wheels_linux.yml
49-
name: ${{ matrix.repository }}
50-
with:
51-
repository: ${{ matrix.repository }}
52-
ref: nightly
53-
test-infra-repository: ${{ github.repository }}
54-
test-infra-ref: ${{ github.ref }}
55-
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
56-
package-name: ${{ matrix.package-name }}
57-
trigger-event: "${{ github.event_name }}"
58-
build-platform: python-build-package
59-
pip-install-torch-extra-args:
60-
torchvision
61-
torchao
28+
build-python-only: disable
6229
test-torchvision-extra-decoders:
63-
needs: generate-matrix-torchvision
30+
needs: generate-matrix
6431
strategy:
6532
fail-fast: false
6633
matrix:
@@ -77,7 +44,7 @@ jobs:
7744
ref: ""
7845
test-infra-repository: ${{ github.repository }}
7946
test-infra-ref: ${{ github.ref }}
80-
build-matrix: ${{ needs.generate-matrix-torchvision.outputs.matrix }}
47+
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
8148
package-name: ${{ matrix.package-name }}
8249
pre-script: ${{ matrix.pre-script }}
8350
post-script: ${{ matrix.post-script }}

0 commit comments

Comments
 (0)