Skip to content

Commit 8af1461

Browse files
committed
CI: don't do node and pip caches
1 parent e8f017a commit 8af1461

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.circleci/config.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ jobs:
88
steps:
99
- checkout
1010

11-
- restore_cache:
12-
keys:
13-
- node-cache-v1
14-
15-
- restore_cache:
16-
keys:
17-
- pip-cache-{{ checksum "site_requirements.txt" }}
18-
1911
- run:
2012
name: Install Node.js
2113
command: |
@@ -32,11 +24,6 @@ jobs:
3224
command: |
3325
python -m pip install --upgrade pip tox
3426
35-
- save_cache:
36-
key: node-cache-v1
37-
paths:
38-
- node_modules
39-
4027
- run:
4128
name: Build documentation
4229
no_output_timeout: 60m
@@ -48,10 +35,6 @@ jobs:
4835
export OMP_NUM_THREADS=1
4936
python -m tox -e py312-buildhtml
5037
51-
- save_cache:
52-
key: pip-cache-{{ checksum "site_requirements.txt" }}
53-
paths:
54-
- ~/.cache/pip
5538
5639
- store_artifacts:
5740
path: _build/html

0 commit comments

Comments
 (0)