fix: Install jupyter book dependency

This commit is contained in:
Leni Aniva 2024-10-18 14:56:08 -07:00
parent 18872dc0ec
commit 9a8d90880a
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 4 additions and 0 deletions

View File

@ -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: |