From 445ab14cec53a336b310362b3e443f5502ab86a4 Mon Sep 17 00:00:00 2001 From: Zoltan Date: Wed, 14 Feb 2024 13:55:49 -0500 Subject: [PATCH] Update publish-book.yaml --- .github/workflows/publish-book.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-book.yaml b/.github/workflows/publish-book.yaml index 6175c5866..589236688 100644 --- a/.github/workflows/publish-book.yaml +++ b/.github/workflows/publish-book.yaml @@ -46,7 +46,7 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt - pip install jupyter-book==0.10.2 ghp-import + pip install jupyter-book==0.14.0 ghp-import pip install jupyter_client==7.3.5 # downgrade jupyter-client to fix hangs - name: Install XKCD fonts