Skip to content

Commit 9ba40a7

Browse files
committed
Reset cache in conda package workflow
1 parent 7f573a1 commit 9ba40a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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:

0 commit comments

Comments
 (0)