We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1accc43 commit ec17fc5Copy full SHA for ec17fc5
1 file changed
.github/workflows/execute-nbs.yaml
@@ -31,15 +31,15 @@ jobs:
31
uses: actions/cache@v4
32
env:
33
# Increase this value to reset cache if env file has not changed
34
- CACHE_NUMBER: 1
+ CACHE_NUMBER: 0
35
with:
36
path: ~/conda_pkgs_dir
37
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}
38
- name: Cache notebooks
39
40
41
42
43
44
path: .jupyter_cache
45
0 commit comments