Skip to content

Commit ec17fc5

Browse files
committed
(fix): try busting cache back
1 parent 1accc43 commit ec17fc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/execute-nbs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
uses: actions/cache@v4
3232
env:
3333
# Increase this value to reset cache if env file has not changed
34-
CACHE_NUMBER: 1
34+
CACHE_NUMBER: 0
3535
with:
3636
path: ~/conda_pkgs_dir
3737
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}
3838
- name: Cache notebooks
3939
uses: actions/cache@v4
4040
env:
4141
# Increase this value to reset cache if env file has not changed
42-
CACHE_NUMBER: 1
42+
CACHE_NUMBER: 0
4343
with:
4444
path: .jupyter_cache
4545
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}

0 commit comments

Comments
 (0)