3838 required : false
3939 type : string
4040 default : ' main'
41+ test_infra_repository :
42+ description : ' PyTorch test-infra repository to use for wheel matrix/build helpers'
43+ required : false
44+ type : string
45+ default : ' pytorch/test-infra'
4146 skip_sanity_checks :
4247 description : ' Skip sanity checks'
4348 required : false
@@ -264,6 +269,7 @@ jobs:
264269 uses : ./.github/workflows/build-wheels-linux.yml
265270 with :
266271 test-infra-ref : ${{ inputs.pytorch_release || 'main' }}
272+ test-infra-repository : ${{ inputs.test_infra_repository || 'pytorch/test-infra' }}
267273 tensordict-source : ${{ inputs.tensordict_source || 'auto' }}
268274 channel : release
269275 with-cpu : ${{ inputs.build_cpu && 'enable' || 'disable' }}
@@ -279,6 +285,7 @@ jobs:
279285 uses : ./.github/workflows/build-wheels-windows.yml
280286 with :
281287 test-infra-ref : ${{ inputs.pytorch_release || 'main' }}
288+ test-infra-repository : ${{ inputs.test_infra_repository || 'pytorch/test-infra' }}
282289 tensordict-source : ${{ inputs.tensordict_source || 'auto' }}
283290 channel : release
284291 with-cpu : ${{ inputs.build_cpu && 'enable' || 'disable' }}
@@ -293,6 +300,7 @@ jobs:
293300 uses : ./.github/workflows/build-wheels-m1.yml
294301 with :
295302 test-infra-ref : ${{ inputs.pytorch_release || 'main' }}
303+ test-infra-repository : ${{ inputs.test_infra_repository || 'pytorch/test-infra' }}
296304 tensordict-source : ${{ inputs.tensordict_source || 'auto' }}
297305 channel : release
298306 with-cpu : ${{ inputs.build_cpu && 'enable' || 'disable' }}
@@ -306,6 +314,7 @@ jobs:
306314 uses : ./.github/workflows/build-wheels-aarch64-linux.yml
307315 with :
308316 test-infra-ref : ${{ inputs.pytorch_release || 'main' }}
317+ test-infra-repository : ${{ inputs.test_infra_repository || 'pytorch/test-infra' }}
309318 tensordict-source : ${{ inputs.tensordict_source || 'auto' }}
310319 channel : release
311320 with-cpu : ${{ inputs.build_cpu && 'enable' || 'disable' }}
0 commit comments