Skip to content

Commit 2bd0371

Browse files
committed
fix workflows
1 parent b4d768c commit 2bd0371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

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

2929
- name: Install dependencies
3030
run: |
31-
pip install jupyter-book
31+
pip install "jupyter-book<1"
3232
pip install .
3333
3434
- name: Build the book

0 commit comments

Comments
 (0)