Skip to content

Commit 412dbeb

Browse files
committed
Removed forced upgrade of jupyter-book
Now that would get us Jupyter Book 2.
1 parent e0b7720 commit 412dbeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip wheel setuptools
3030
python -m pip install -r build_requirements.txt
31-
# Resolution pushes jupyter-book down many versions. Force upgrade.
32-
python -m pip install -U jupyter-book
3331
3432
- name: "Build HTML"
3533
run: |

0 commit comments

Comments
 (0)