From 2b314bde1957774ed2d71de3ea631315b95ee260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Dokken?= Date: Tue, 30 Aug 2022 11:18:04 +0100 Subject: [PATCH] Pin nbconvert --- .github/workflows/build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 7dfaee2..df4f414 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v2 - name: Install dependencies - run: pip3 install notebook nbconvert jupyter-book --upgrade + run: pip3 install notebook nbconvert==6.5.3 jupyter-book --upgrade # Runs a single command using the runners shell - name: Build the book