Skip to content

Commit 04303c7

Browse files
Update deploy-book.yml
1 parent c6af014 commit 04303c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Dependencies
2424
run: |
2525
pip install jupyter-book ghp-import ipykernel
26-
python -m ipykernel install --user --name=python3
26+
python -m ipykernel install --user --name=conda-base-py --display-name="Python 3"
2727
2828
- name: Build the Book
2929
run: |

0 commit comments

Comments
 (0)