File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Build Windows Wheels
22
33on :
44  pull_request :
5+     paths :
6+       - .github/workflows/build-wheels-windows.yml 
57  push :
68    branches :
79      - nightly 
@@ -19,7 +21,7 @@ permissions:
1921
2022jobs :
2123  generate-matrix :
22-     uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main  
24+     uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@test-ninja-build  
2325    with :
2426      package-type : wheel 
2527      os : windows 
3941            smoke-test-script : test/smoke_test.py 
4042            package-name : torchvision 
4143    name : ${{ matrix.repository }} 
42-     uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main  
44+     uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@test-ninja-build  
4345    with :
4446      repository : ${{ matrix.repository }} 
4547      ref : " " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments