File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
20
20
jobs :
21
21
generate-matrix :
22
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@select-python-version-binary-build
22
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
23
23
with :
24
24
package-type : wheel
25
25
os : linux
26
26
test-infra-repository : pytorch/test-infra
27
- test-infra-ref : select-python-version-binary-build
27
+ test-infra-ref : main
28
28
with-cuda : disabled
29
29
with-rocm : disabled
30
30
python-versions : ' ["3.10", "3.11", "3.12"]'
Original file line number Diff line number Diff line change 19
19
20
20
jobs :
21
21
generate-matrix :
22
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@select-python-version-binary-build
22
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
23
23
with :
24
24
package-type : wheel
25
25
os : macos-arm64
26
26
test-infra-repository : pytorch/test-infra
27
- test-infra-ref : select-python-version-binary-build
27
+ test-infra-ref : main
28
28
with-cuda : disabled
29
29
with-rocm : disabled
30
30
python-versions : ' ["3.10", "3.11", "3.12"]'
You can’t perform that action at this time.
0 commit comments