File tree Expand file tree Collapse file tree 6 files changed +28
-28
lines changed Expand file tree Collapse file tree 6 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 28
28
fail-fast : false
29
29
matrix :
30
30
ffmpeg-version : ["4.4.4", "5.1.4", "6.1.1", "7.0.1"]
31
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
31
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.8
32
32
permissions :
33
33
id-token : write
34
34
contents : read
53
53
fail-fast : false
54
54
matrix :
55
55
ffmpeg-version : ["4.4.4", "5.1.4", "6.1.1", "7.0.1"]
56
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
56
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.8
57
57
with :
58
58
job-name : Build
59
59
upload-artifact : ffmpeg-lgpl-macos-${{ matrix.ffmpeg-version }}
76
76
fail-fast : false
77
77
matrix :
78
78
ffmpeg-version : ["4.4.4", "5.1.4", "6.1.1", "7.0.1"]
79
- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
79
+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.8
80
80
with :
81
81
job-name : Build
82
82
upload-artifact : ffmpeg-lgpl-windows_x86_64-${{ matrix.ffmpeg-version }}
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ defaults:
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.8
19
19
with :
20
20
package-type : wheel
21
21
os : linux
22
22
test-infra-repository : pytorch/test-infra
23
- test-infra-ref : main
23
+ test-infra-ref : release/2.8
24
24
with-cpu : disable
25
25
with-xpu : disable
26
26
with-rocm : disable
@@ -31,12 +31,12 @@ jobs:
31
31
strategy :
32
32
fail-fast : false
33
33
name : Build and Upload wheel
34
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
34
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.8
35
35
with :
36
36
repository : meta-pytorch/torchcodec
37
37
ref : " "
38
38
test-infra-repository : pytorch/test-infra
39
- test-infra-ref : main
39
+ test-infra-ref : release/2.8
40
40
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
41
41
pre-script : packaging/pre_build_script.sh
42
42
post-script : packaging/post_build_script.sh
73
73
name : meta-pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
74
74
path : pytorch/torchcodec/dist/
75
75
- name : Setup miniconda using test-infra
76
- uses : pytorch/test-infra/.github/actions/setup-miniconda@main
76
+ uses : pytorch/test-infra/.github/actions/setup-miniconda@release/2.8
77
77
with :
78
78
python-version : ${{ matrix.python-version }}
79
79
# We install conda packages at the start because otherwise conda may have conflicts with dependencies.
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ defaults:
25
25
26
26
jobs :
27
27
generate-matrix :
28
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
28
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
29
29
with :
30
30
package-type : wheel
31
31
os : linux
32
32
test-infra-repository : pytorch/test-infra
33
- test-infra-ref : main
33
+ test-infra-ref : release/2.8
34
34
with-cpu : disable
35
35
with-xpu : disable
36
36
with-rocm : disable
@@ -42,12 +42,12 @@ jobs:
42
42
strategy :
43
43
fail-fast : false
44
44
name : Build and Upload wheel
45
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
45
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.8
46
46
with :
47
47
repository : meta-pytorch/torchcodec
48
48
ref : " "
49
49
test-infra-repository : pytorch/test-infra
50
- test-infra-ref : main
50
+ test-infra-ref : release/2.8
51
51
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
52
52
pre-script : packaging/pre_build_script.sh
53
53
post-script : packaging/post_build_script.sh
86
86
name : meta-pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
87
87
path : pytorch/torchcodec/dist/
88
88
- name : Setup miniconda using test-infra
89
- uses : pytorch/test-infra/.github/actions/setup-miniconda@main
89
+ uses : pytorch/test-infra/.github/actions/setup-miniconda@release/2.8
90
90
with :
91
91
python-version : ${{ matrix.python-version }}
92
92
# We install conda packages at the start because otherwise conda may have conflicts with dependencies.
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ defaults:
26
26
jobs :
27
27
28
28
generate-matrix :
29
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
29
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
30
30
with :
31
31
package-type : wheel
32
32
os : linux
33
33
test-infra-repository : pytorch/test-infra
34
- test-infra-ref : main
34
+ test-infra-ref : release/2.8
35
35
with-xpu : disable
36
36
with-rocm : disable
37
37
with-cuda : disable
@@ -43,12 +43,12 @@ jobs:
43
43
strategy :
44
44
fail-fast : false
45
45
name : Build and Upload Linux wheel
46
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
46
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.8
47
47
with :
48
48
repository : meta-pytorch/torchcodec
49
49
ref : " "
50
50
test-infra-repository : pytorch/test-infra
51
- test-infra-ref : main
51
+ test-infra-ref : release/2.8
52
52
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
53
53
pre-script : packaging/pre_build_script.sh
54
54
post-script : packaging/post_build_script.sh
82
82
run : python -m pip install --upgrade pip
83
83
- name : Install PyTorch
84
84
run : |
85
- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly /cpu
85
+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
86
86
- name : Install torchcodec from the wheel
87
87
run : |
88
88
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ defaults:
26
26
jobs :
27
27
28
28
generate-matrix :
29
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
29
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
30
30
with :
31
31
package-type : wheel
32
32
os : macos-arm64
33
33
test-infra-repository : pytorch/test-infra
34
- test-infra-ref : main
34
+ test-infra-ref : release/2.8
35
35
with-xpu : disable
36
36
with-rocm : disable
37
37
with-cuda : disable
@@ -43,12 +43,12 @@ jobs:
43
43
strategy :
44
44
fail-fast : false
45
45
name : Build and Upload Mac wheel
46
- uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
46
+ uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.8
47
47
with :
48
48
repository : meta-pytorch/torchcodec
49
49
ref : " "
50
50
test-infra-repository : pytorch/test-infra
51
- test-infra-ref : main
51
+ test-infra-ref : release/2.8
52
52
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
53
53
pre-script : packaging/pre_build_script.sh
54
54
post-script : packaging/post_build_script.sh
87
87
88
88
- name : Install PyTorch
89
89
run : |
90
- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly /cpu
90
+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
91
91
92
92
- name : Install torchcodec from the wheel
93
93
run : |
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ defaults:
26
26
jobs :
27
27
28
28
generate-matrix :
29
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
29
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.8
30
30
with :
31
31
package-type : wheel
32
32
os : windows
33
33
test-infra-repository : pytorch/test-infra
34
- test-infra-ref : main
34
+ test-infra-ref : release/2.8
35
35
with-xpu : disable
36
36
with-rocm : disable
37
37
with-cuda : disable
@@ -44,12 +44,12 @@ jobs:
44
44
strategy :
45
45
fail-fast : false
46
46
name : Build and Upload Windows wheel
47
- uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
47
+ uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.8
48
48
with :
49
49
repository : meta-pytorch/torchcodec
50
50
ref : " "
51
51
test-infra-repository : pytorch/test-infra
52
- test-infra-ref : main
52
+ test-infra-ref : release/2.8
53
53
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
54
54
pre-script : packaging/pre_build_script.sh
55
55
# post-script: packaging/post_build_script.sh TODO: consider enabling post-build checks for Windows
89
89
run : python -m pip install --upgrade pip
90
90
- name : Install PyTorch
91
91
run : |
92
- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly /cpu
92
+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
93
93
- name : Install torchcodec from the wheel
94
94
run : |
95
95
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
You can’t perform that action at this time.
0 commit comments