Skip to content

Commit 03d2bd3

Browse files
committed
Increment cache again
1 parent eea7187 commit 03d2bd3

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: 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:

0 commit comments

Comments
 (0)