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 e8f017a commit 8af1461Copy full SHA for 8af1461
.circleci/config.yml
@@ -8,14 +8,6 @@ jobs:
8
steps:
9
- checkout
10
11
- - restore_cache:
12
- keys:
13
- - node-cache-v1
14
-
15
16
17
- - pip-cache-{{ checksum "site_requirements.txt" }}
18
19
- run:
20
name: Install Node.js
21
command: |
@@ -32,11 +24,6 @@ jobs:
32
24
33
25
python -m pip install --upgrade pip tox
34
26
35
- - save_cache:
36
- key: node-cache-v1
37
- paths:
38
- - node_modules
39
40
27
41
28
name: Build documentation
42
29
no_output_timeout: 60m
@@ -48,10 +35,6 @@ jobs:
48
export OMP_NUM_THREADS=1
49
python -m tox -e py312-buildhtml
50
51
52
- key: pip-cache-{{ checksum "site_requirements.txt" }}
53
54
- - ~/.cache/pip
55
56
- store_artifacts:
57
path: _build/html
0 commit comments