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:
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.6
23
23
with :
24
24
package-type : wheel
25
25
os : linux
26
26
test-infra-repository : pytorch/test-infra
27
- test-infra-ref : main
27
+ test-infra-ref : release/2.6
28
28
build :
29
29
needs : generate-matrix
30
30
strategy :
@@ -35,12 +35,12 @@ jobs:
35
35
smoke-test-script : test/smoke_test.py
36
36
package-name : torchrl
37
37
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
39
39
with :
40
40
repository : ${{ matrix.repository }}
41
41
ref : " "
42
42
test-infra-repository : pytorch/test-infra
43
- test-infra-ref : main
43
+ test-infra-ref : release/2.6
44
44
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
45
45
package-name : ${{ matrix.package-name }}
46
46
smoke-test-script : ${{ matrix.smoke-test-script }}
You can’t perform that action at this time.
0 commit comments