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 : 1 # Increase to reset cache
29+ CACHE_NUMBER : 2 # Increase to reset cache
3030 with :
3131 path : ~/.conda/pkgs
3232 key :
@@ -106,7 +106,7 @@ jobs:
106106 - name : Cache conda packages
107107 uses : actions/cache@v4
108108 env :
109- CACHE_NUMBER : 1 # Increase to reset cache
109+ CACHE_NUMBER : 2 # Increase to reset cache
110110 with :
111111 path : ~/.conda/pkgs
112112 key :
@@ -153,7 +153,7 @@ jobs:
153153 - name : Cache conda packages
154154 uses : actions/cache@v4
155155 env :
156- CACHE_NUMBER : 4 # Increase to reset cache
156+ CACHE_NUMBER : 5 # Increase to reset cache
157157 with :
158158 path : /home/runner/conda_pkgs_dir
159159 key :
@@ -270,7 +270,7 @@ jobs:
270270 - name : Cache conda packages
271271 uses : actions/cache@v4
272272 env :
273- CACHE_NUMBER : 1 # Increase to reset cache
273+ CACHE_NUMBER : 2 # Increase to reset cache
274274 with :
275275 path : /home/runner/conda_pkgs_dir
276276 key :
You can’t perform that action at this time.
0 commit comments