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.9  
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.9 
2828      with-xpu : enable 
2929  build :
3030    needs : generate-matrix 
@@ -38,12 +38,12 @@ jobs:
3838            smoke-test-script : test/smoke_test.py 
3939            package-name : torchvision 
4040    name : ${{ matrix.repository }} 
41-     uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main  
41+     uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.9  
4242    with :
4343      repository : ${{ matrix.repository }} 
4444      ref : " " 
4545      test-infra-repository : pytorch/test-infra 
46-       test-infra-ref : main 
46+       test-infra-ref : release/2.9 
4747      build-matrix : ${{ needs.generate-matrix.outputs.matrix }} 
4848      pre-script : ${{ matrix.pre-script }} 
4949      post-script : ${{ matrix.post-script }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments