Skip to content

Commit

Permalink
Update publish-book.yml update jupyter-book to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Jan 22, 2024
1 parent fb0609c commit 069da84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install jupyter-book==0.12.0 ghp-import
pip install jupyter-book==0.13.0 ghp-import
pip install jupyter_client==7.3.5 # downgrade jupyter-client to fix hangs
- name: Install XKCD fonts
Expand Down

0 comments on commit 069da84

Please sign in to comment.