File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333      - name : Install tox 
3434        id : install-tox 
3535        run : | 
36-           uv pip install tox tox-uv 
36+           uv pip install --system  tox tox-uv 
3737
3838name : Run benchmarks with CodSpeed 
3939        id : run-benchmarks 
Original file line number Diff line number Diff line change 2727    - name : Install tox 
2828      id : install-tox 
2929      run : | 
30-         uv pip install tox tox-uv 
30+         uv pip install --system  tox tox-uv 
3131
3232name : Run code quality tests with tox 
3333      id : lint 
Original file line number Diff line number Diff line change 3131      - name : Install tox and plugins 
3232        id : install-tox 
3333        run : | 
34-           uv pip install tox tox-uv tox-gh-actions 
34+           uv pip install --system  tox tox-uv tox-gh-actions 
3535
3636name : Run unit tests with tox 
3737        id : test 
6565      - name : Install tox and plugins 
6666        id : install-tox 
6767        run : | 
68-           uv pip install tox tox-uv tox-gh-actions 
68+           uv pip install --system  tox tox-uv tox-gh-actions 
6969
7070name : Set up target Python ${{ matrix.python-version }} 
7171        id : setup-target-python 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments