Skip to content

Commit 01cfc3a

Browse files
authored
Merge pull request #3 from fercer/dev-jnb
Changed installation instruction for jupyter-book for gh action
2 parents b339be4 + 5c22d2e commit 01cfc3a

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)