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 2828 - name : Cache conda packages
2929 uses : actions/cache@v4
3030 env :
31- CACHE_NUMBER : 0 # Increase to reset cache
31+ CACHE_NUMBER : 1 # Increase to reset cache
3232 with :
3333 path : ~/.conda/pkgs
3434 key :
@@ -106,7 +106,7 @@ jobs:
106106 - name : Cache conda packages
107107 uses : actions/cache@v4
108108 env :
109- CACHE_NUMBER : 0 # Increase to reset cache
109+ CACHE_NUMBER : 1 # 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 : 3 # Increase to reset cache
156+ CACHE_NUMBER : 4 # Increase to reset cache
157157 with :
158158 path : /home/runner/conda_pkgs_dir
159159 key :
@@ -272,7 +272,7 @@ jobs:
272272 - name : Cache conda packages
273273 uses : actions/cache@v4
274274 env :
275- CACHE_NUMBER : 0 # Increase to reset cache
275+ CACHE_NUMBER : 1 # Increase to reset cache
276276 with :
277277 path : /home/runner/conda_pkgs_dir
278278 key :
You can’t perform that action at this time.
0 commit comments