Skip to content

Commit c6af014

Browse files
Update deploy-book.yml
1 parent 56f1516 commit c6af014

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-book.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222

2323
- name: Install Dependencies
2424
run: |
25-
pip install jupyter-book ghp-import
25+
pip install jupyter-book ghp-import ipykernel
26+
python -m ipykernel install --user --name=python3
2627
2728
- name: Build the Book
2829
run: |

0 commit comments

Comments
 (0)