fix: Install jupyter book dependency
This commit is contained in:
parent
18872dc0ec
commit
9a8d90880a
|
@ -23,6 +23,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
pip install jupyter-book
|
||||||
|
|
||||||
# Build the book
|
# Build the book
|
||||||
- name: Build the book
|
- name: Build the book
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue