File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626       - name : Cache conda packages 
2727        uses : actions/cache@v4 
2828        env :
29-           CACHE_NUMBER : 0   #  Increase to reset cache
29+           CACHE_NUMBER : 1   #  Increase to reset cache
3030        with :
3131          path : ~/.conda/pkgs 
3232          key :
@@ -104,7 +104,7 @@ jobs:
104104       - name : Cache conda packages 
105105        uses : actions/cache@v4 
106106        env :
107-           CACHE_NUMBER : 0   #  Increase to reset cache
107+           CACHE_NUMBER : 1   #  Increase to reset cache
108108        with :
109109          path : ~/.conda/pkgs 
110110          key :
@@ -151,7 +151,7 @@ jobs:
151151      - name : Cache conda packages 
152152        uses : actions/cache@v4 
153153        env :
154-           CACHE_NUMBER : 3   #  Increase to reset cache
154+           CACHE_NUMBER : 4   #  Increase to reset cache
155155        with :
156156          path : /home/runner/conda_pkgs_dir 
157157          key :
@@ -268,7 +268,7 @@ jobs:
268268      - name : Cache conda packages 
269269        uses : actions/cache@v4 
270270        env :
271-           CACHE_NUMBER : 0   #  Increase to reset cache
271+           CACHE_NUMBER : 1   #  Increase to reset cache
272272        with :
273273          path : /home/runner/conda_pkgs_dir 
274274          key :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments