@@ -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@release/2.8
18
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.9
19
19
with :
20
20
package-type : wheel
21
21
os : linux
22
22
test-infra-repository : pytorch/test-infra
23
- test-infra-ref : release/2.8
23
+ test-infra-ref : release/2.9
24
24
with-cpu : disable
25
25
with-xpu : disable
26
26
with-rocm : disable
@@ -32,12 +32,12 @@ jobs:
32
32
strategy :
33
33
fail-fast : false
34
34
name : Build and Upload wheel
35
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.8
35
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.9
36
36
with :
37
37
repository : meta-pytorch/torchcodec
38
38
ref : " "
39
39
test-infra-repository : pytorch/test-infra
40
- test-infra-ref : release/2.8
40
+ test-infra-ref : release/2.9
41
41
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
42
42
pre-script : packaging/pre_build_script.sh
43
43
post-script : packaging/post_build_script.sh
74
74
name : meta-pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
75
75
path : pytorch/torchcodec/dist/
76
76
- name : Setup miniconda using test-infra
77
- uses : pytorch/test-infra/.github/actions/setup-miniconda@release/2.8
77
+ uses : pytorch/test-infra/.github/actions/setup-miniconda@release/2.9
78
78
with :
79
79
python-version : ${{ matrix.python-version }}
80
80
# We install conda packages at the start because otherwise conda may have conflicts with dependencies.
0 commit comments