We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82d725 commit ba60bd8Copy full SHA for ba60bd8
.circleci/config.yml
@@ -27,7 +27,7 @@ jobs:
27
python -m tox -e py312-buildhtml
28
29
- save_cache:
30
- key: jupyter_ch
+ key: jupyter_ch-{{ checksum "_build/.jupyter_cache/global.db" }}
31
paths:
32
- _build/.jupyter_cache
33
0 commit comments