Skip to content

Commit 01abd49

Browse files
committed
Reset cache in conda-package.yml
1 parent ef08a68 commit 01abd49

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
@@ -28,7 +28,7 @@ jobs:
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:

0 commit comments

Comments
 (0)