diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8f76eb7..1743f5b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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