File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ permissions:
1919
2020jobs :
2121 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.6
2323 with :
2424 package-type : wheel
2525 os : linux
2626 test-infra-repository : pytorch/test-infra
27- test-infra-ref : main
27+ test-infra-ref : release/2.6
2828 build :
2929 needs : generate-matrix
3030 strategy :
@@ -35,12 +35,12 @@ jobs:
3535 smoke-test-script : test/smoke_test.py
3636 package-name : torchrl
3737 name : pytorch/rl
38- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
38+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.6
3939 with :
4040 repository : ${{ matrix.repository }}
4141 ref : " "
4242 test-infra-repository : pytorch/test-infra
43- test-infra-ref : main
43+ test-infra-ref : release/2.6
4444 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
4545 package-name : ${{ matrix.package-name }}
4646 smoke-test-script : ${{ matrix.smoke-test-script }}
You can’t perform that action at this time.
0 commit comments