ci: install jupyter-book

This commit is contained in:
rzmk 2024-05-29 12:11:33 -04:00
parent 3eb1ba7d4f
commit 99fbc74a44

View file

@ -31,6 +31,7 @@ jobs:
- name: Install dependencies
run: |
pip install -e ./bash_kernel
pip install jupyter-book
python -m bash_kernel.install
# (optional) Cache your executed notebooks between runs