Skip to content

Commit f3454ac

Browse files
committed
CI: update cache path
1 parent 939456a commit f3454ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- restore_cache:
2020
keys:
21-
- jupyter
21+
- jupyter_ch
2222

2323
- run:
2424
name: Build HTML rendering of notebooks
@@ -27,9 +27,9 @@ jobs:
2727
python -m tox -e py312-buildhtml
2828
2929
- save_cache:
30-
key: jupyter
30+
key: jupyter_ch
3131
paths:
32-
- ~/_build/.jupyter_cache
32+
- _build/.jupyter_cache
3333

3434
- store_artifacts:
3535
path: _build/html

0 commit comments

Comments
 (0)