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