We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca489d commit 9a6a750Copy full SHA for 9a6a750
1 file changed
.circleci/config.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- run:
16
name: Install CI dependencies
17
- command: python -m pip install --upgrade tox
+ command: python -m pip install -r requirements.txt
18
19
- restore_cache:
20
keys:
@@ -23,8 +23,7 @@ jobs:
23
24
name: Build HTML rendering of notebooks
25
no_output_timeout: 30m
26
- command: |
27
- python -m tox -e py312-buildhtml
+ command: make html
28
29
- save_cache:
30
key: jupyter_ch
0 commit comments