ci: install jupyter-book before build

This commit is contained in:
rzmk 2024-05-29 12:36:10 -04:00
parent 02e0d5b1bd
commit c2730ed3d4

View file

@ -32,6 +32,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install -e ./bash_kernel pip install -e ./bash_kernel
pip install jupyter-book
python -m bash_kernel.install python -m bash_kernel.install
export PATH=/home/jovyan/path_files:$PATH export PATH=/home/jovyan/path_files:$PATH