We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ccc16 commit b84e479Copy full SHA for b84e479
1 file changed
.github/workflows/publish-book.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
python -m pip install .[docs]
23
- pip install jupyter-book sphinxcontrib-mermaid
+ pip install jupyter-book==1.0.4.post1 sphinxcontrib-mermaid
24
25
- name: Build the book
26
0 commit comments