Skip to content

Commit 9a6a750

Browse files
committed
WIP: Build site as smoketest.
1 parent fca489d commit 9a6a750

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- run:
1616
name: Install CI dependencies
17-
command: python -m pip install --upgrade tox
17+
command: python -m pip install -r requirements.txt
1818

1919
- restore_cache:
2020
keys:
@@ -23,8 +23,7 @@ jobs:
2323
- run:
2424
name: Build HTML rendering of notebooks
2525
no_output_timeout: 30m
26-
command: |
27-
python -m tox -e py312-buildhtml
26+
command: make html
2827

2928
- save_cache:
3029
key: jupyter_ch

0 commit comments

Comments
 (0)