Skip to content

Commit 5c22d2e

Browse files
committed
Changed installation instruction for jupyter-book for gh action
1 parent b339be4 commit 5c22d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Install dependencies
4848
run: |
49-
pip install -r jupyter-book
49+
pip install jupyter-book
5050
5151
# (optional) Cache your executed notebooks between runs
5252
# if you have config:

0 commit comments

Comments
 (0)