File tree Expand file tree Collapse file tree 13 files changed +30
-30
lines changed Expand file tree Collapse file tree 13 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 20
20
gpu-arch-type : cuda
21
21
gpu-arch-version : " 11.8"
22
22
fail-fast : false
23
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
23
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
24
24
with :
25
25
repository : pytorch/vision
26
26
runner : ${{ matrix.runner }}
43
43
- runner : macos-12
44
44
- runner : macos-m1-stable
45
45
fail-fast : false
46
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
46
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3
47
47
with :
48
48
repository : pytorch/vision
49
49
runner : ${{ matrix.runner }}
67
67
gpu-arch-type : cuda
68
68
gpu-arch-version : " 11.8"
69
69
fail-fast : false
70
- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
70
+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.3
71
71
with :
72
72
repository : pytorch/vision
73
73
runner : ${{ matrix.runner }}
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
generate-matrix :
18
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
19
19
with :
20
20
package-type : conda
21
21
os : linux
34
34
smoke-test-script : test/smoke_test.py
35
35
package-name : torchvision
36
36
name : ${{ matrix.repository }}
37
- uses : pytorch/test-infra/.github/workflows/build_conda_linux.yml@main
37
+ uses : pytorch/test-infra/.github/workflows/build_conda_linux.yml@release/2.3
38
38
with :
39
39
conda-package-directory : ${{ matrix.conda-package-directory }}
40
40
repository : ${{ matrix.repository }}
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
generate-matrix :
18
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
19
19
with :
20
20
package-type : conda
21
21
os : macos-arm64
34
34
smoke-test-script : test/smoke_test.py
35
35
package-name : torchvision
36
36
name : ${{ matrix.repository }}
37
- uses : pytorch/test-infra/.github/workflows/build_conda_macos.yml@main
37
+ uses : pytorch/test-infra/.github/workflows/build_conda_macos.yml@release/2.3
38
38
with :
39
39
conda-package-directory : ${{ matrix.conda-package-directory }}
40
40
repository : ${{ matrix.repository }}
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
generate-matrix :
18
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
19
19
with :
20
20
package-type : conda
21
21
os : windows
34
34
smoke-test-script : test/smoke_test.py
35
35
package-name : torchvision
36
36
name : ${{ matrix.repository }}
37
- uses : pytorch/test-infra/.github/workflows/build_conda_windows.yml@main
37
+ uses : pytorch/test-infra/.github/workflows/build_conda_windows.yml@release/2.3
38
38
with :
39
39
conda-package-directory : ${{ matrix.conda-package-directory }}
40
40
repository : ${{ matrix.repository }}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
19
19
20
20
jobs :
21
21
generate-matrix :
22
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
23
23
with :
24
24
package-type : wheel
25
25
os : linux-aarch64
38
38
smoke-test-script : test/smoke_test.py
39
39
package-name : torchvision
40
40
name : ${{ matrix.repository }}
41
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
41
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3
42
42
with :
43
43
repository : ${{ matrix.repository }}
44
44
ref : " "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
19
19
20
20
jobs :
21
21
generate-matrix :
22
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
23
23
with :
24
24
package-type : wheel
25
25
os : linux
37
37
smoke-test-script : test/smoke_test.py
38
38
package-name : torchvision
39
39
name : ${{ matrix.repository }}
40
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
40
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3
41
41
with :
42
42
repository : ${{ matrix.repository }}
43
43
ref : " "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
19
19
20
20
jobs :
21
21
generate-matrix :
22
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
23
23
with :
24
24
package-type : wheel
25
25
os : macos-arm64
37
37
smoke-test-script : test/smoke_test.py
38
38
package-name : torchvision
39
39
name : ${{ matrix.repository }}
40
- uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
40
+ uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.3
41
41
with :
42
42
repository : ${{ matrix.repository }}
43
43
ref : " "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
19
19
20
20
jobs :
21
21
generate-matrix :
22
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
23
23
with :
24
24
package-type : wheel
25
25
os : windows
38
38
smoke-test-script : test/smoke_test.py
39
39
package-name : torchvision
40
40
name : ${{ matrix.repository }}
41
- uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
41
+ uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.3
42
42
with :
43
43
repository : ${{ matrix.repository }}
44
44
ref : " "
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
build :
17
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
17
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
18
18
with :
19
19
repository : pytorch/vision
20
20
upload-artifact : docs
81
81
((github.ref_type == 'branch' && github.ref_name == 'main') || github.ref_type == 'tag')
82
82
permissions :
83
83
contents : write
84
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
84
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
85
85
with :
86
86
repository : pytorch/vision
87
87
download-artifact : docs
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
python-source-and-configs :
14
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
14
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
15
15
with :
16
16
repository : pytorch/vision
17
17
test-infra-ref : main
38
38
fi
39
39
40
40
c-source :
41
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
41
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
42
42
with :
43
43
repository : pytorch/vision
44
44
test-infra-ref : main
73
73
74
74
75
75
python-types :
76
- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
76
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
77
77
with :
78
78
repository : pytorch/vision
79
79
test-infra-ref : main
@@ -103,7 +103,7 @@ jobs:
103
103
runs-on : ubuntu-latest
104
104
steps :
105
105
- name : Run BC Lint Action
106
- uses : pytorch/test-infra/.github/actions/bc-lint@main
106
+ uses : pytorch/test-infra/.github/actions/bc-lint@release/2.3
107
107
with :
108
108
repo : ${{ github.event.pull_request.head.repo.full_name }}
109
109
base_sha : ${{ github.event.pull_request.base.sha }}
You can’t perform that action at this time.
0 commit comments