File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -268,14 +268,12 @@ jobs:
268268            #  bypass this error for now: Problem: The operation would result in removing the following protected packages: systemd-udev
269269            noautoremove :
270270              gui : --noautoremove 
271-           - name : fedora:37  
271+           - name : fedora:41  
272272            type : fedora 
273-             #  (37, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+37&start=0
274-             url : " docker://fedora:37" 
275-           - name : fedora:38 
273+             url : " docker://fedora:41" 
274+           - name : fedora:42 
276275            type : fedora 
277-             #  (38, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+38&start=0
278-             url : " docker://fedora:38" 
276+             url : " docker://fedora:42" 
279277          - name : rockylinux:8 
280278            type : rocky 
281279            url : " docker://rockylinux:8" 
Original file line number Diff line number Diff line change @@ -178,14 +178,12 @@ jobs:
178178            type : debian 
179179            #  https://packages.debian.org/trixie/python/python3 (3.13)
180180            url : " docker://debian:trixie" 
181-           - name : fedora:37  
181+           - name : fedora:41  
182182            type : fedora 
183-             #  (37, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+37&start=0
184-             url : " docker://fedora:37" 
185-           - name : fedora:38 
183+             url : " docker://fedora:41" 
184+           - name : fedora:42 
186185            type : fedora 
187-             #  (38, 3.11) https://packages.fedoraproject.org/search?query=python3&releases=Fedora+38&start=0
188-             url : " docker://fedora:38" 
186+             url : " docker://fedora:42" 
189187          - name : rockylinux:8 
190188            type : rocky 
191189            url : " docker://rockylinux:8" 
@@ -243,7 +241,7 @@ jobs:
243241       - name : Prepare Fedora 
244242        if : ${{ matrix.distribution.type == 'fedora' }} 
245243        run : | 
246-           yum install --assumeyes git 
244+           yum install --assumeyes git python  
247245
248246       - name : Set rocky8 repo 
249247        if : ${{ matrix.distribution.name == 'rockylinux:8' }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments