mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
ci: install jupyter-book before build
This commit is contained in:
parent
02e0d5b1bd
commit
c2730ed3d4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue