Skip to content

Commit ba60bd8

Browse files
committed
CI: checksumming the cache db to ensure it's always updated
1 parent a82d725 commit ba60bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python -m tox -e py312-buildhtml
2828
2929
- save_cache:
30-
key: jupyter_ch
30+
key: jupyter_ch-{{ checksum "_build/.jupyter_cache/global.db" }}
3131
paths:
3232
- _build/.jupyter_cache
3333

0 commit comments

Comments
 (0)