File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173173        run : | 
174174          uv run ci-matrix.py \ 
175175            --platform linux \ 
176-             --labels ' ${STEPS_GET_LABELS_OUTPUTS_LABELS}'  \ 
176+             --labels " ${STEPS_GET_LABELS_OUTPUTS_LABELS}"  \ 
177177            --max-shards 2 \ 
178178            ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} \ 
179179            > matrix.json 
Original file line number Diff line number Diff line change 9090name : Generate build matrix 
9191        id : set-matrix 
9292        run : | 
93-           uv run ci-matrix.py --platform darwin --labels ' ${STEPS_GET_LABELS_OUTPUTS_LABELS}'  ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} > matrix.json 
93+           uv run ci-matrix.py --platform darwin --labels " ${STEPS_GET_LABELS_OUTPUTS_LABELS}"  ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} > matrix.json 
9494
9595          # Extract python-build matrix 
9696          echo "matrix=$(jq -c '."python-build"' matrix.json)" >> $GITHUB_OUTPUT 
Original file line number Diff line number Diff line change 9090name : Generate build matrix 
9191        id : set-matrix 
9292        run : | 
93-           uv run ci-matrix.py --platform windows --labels ' ${STEPS_GET_LABELS_OUTPUTS_LABELS}'  ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} > matrix.json 
93+           uv run ci-matrix.py --platform windows --labels " ${STEPS_GET_LABELS_OUTPUTS_LABELS}"  ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} > matrix.json 
9494
9595          # Extract python-build matrix 
9696          echo "matrix=$(jq -c '."python-build"' matrix.json)" >> $GITHUB_OUTPUT 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments