File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,13 @@ jobs:
3232    runs-on : ubuntu-latest 
3333    steps :
3434      - uses : actions/checkout@v4 
35-       - uses : actions/setup-python@v5 
36-         with :
37-           python-version : " 3.12" 
35+       - uses : astral-sh/setup-uv@v6 
36+       - run : uv python install 3.12 
3837      - uses : actions/setup-node@v4 
3938        with :
4039          node-version : 24 
4140          cache : npm 
4241          cache-dependency-path : package-lock.json 
43-       - run : pip install uv 
4442      - run : make deps-py 
4543      - run : make deps-frontend 
4644      - run : make lint-templates 
5149    runs-on : ubuntu-latest 
5250    steps :
5351      - uses : actions/checkout@v4 
54-       - uses : actions/setup-python@v5 
55-         with :
56-           python-version : " 3.12" 
57-       - run : pip install uv 
52+       - uses : astral-sh/setup-uv@v6 
53+       - run : uv python install 3.12 
5854      - run : make deps-py 
5955      - run : make lint-yaml 
6056
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments