Skip to content

Commit 3ff13ff

Browse files
author
Vincent Moens
committed
init
1 parent 4c06ce2 commit 3ff13ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-wheels-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ permissions:
1919

2020
jobs:
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 }}

0 commit comments

Comments
 (0)