File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1717      #  Setup Python (faster than using Python container)
1818      - name : Setup Python 
1919        uses : actions/setup-python@v5 
20+         id : setup-python 
2021        with :
2122          python-version : " 3.11" 
2223
2526        uses : actions/cache@v4 
2627        with :
2728          path : ~/.cache/uv 
28-           #  Replace 3.11 with ${{ matrix.python-version }} when ready
29-           key : ${{ runner.os }}-python-3.11-uv-${{ hashFiles('**/requirements.txt', '**/requirements-dev.txt') }} 
29+           key : ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-uv-${{ hashFiles('**/requirements.txt', '**/requirements-dev.txt') }} 
3030
3131      - name : Install uv 
3232        run : curl -LsSf https://astral.sh/uv/install.sh | sh 
Original file line number Diff line number Diff line change 3838      #  Setup Python (faster than using Python container)
3939      - name : Setup Python 
4040        uses : actions/setup-python@v5 
41+         id : setup-python 
4142        with :
4243          python-version : " 3.11" 
4344
4748        with :
4849          path : ~/.cache/uv 
4950          #  Replace 3.11 with ${{ matrix.python-version }} when ready
50-           key : ${{ runner.os }}-python-3.11 -uv-${{ hashFiles('**/requirements.txt', '**/requirements-dev.txt') }} 
51+           key : ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }} -uv-${{ hashFiles('**/requirements.txt', '**/requirements-dev.txt') }} 
5152
5253      - name : Install uv 
5354        run : curl -LsSf https://astral.sh/uv/install.sh | sh 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments