From 29dd3301d89e985a0cdef9d5d5e532c64f5921da Mon Sep 17 00:00:00 2001 From: Johannes Keller Date: Tue, 4 Nov 2025 12:52:30 +0100 Subject: [PATCH 1/2] freezing docs os at ubuntu-24.04 tackling error with jupyter-book v2: https://github.com/HPSCTerrSys/TSMP2/actions/runs/19062616900/job/54457352635 --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index acdd518..c6d9296 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: @@ -52,7 +52,7 @@ jobs: deploy: if: github.event_name != 'pull_request' needs: build - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} From 1ee7260f1bf7bc640041d50d55150f7f8e87374e Mon Sep 17 00:00:00 2001 From: Johannes Keller Date: Tue, 4 Nov 2025 12:58:39 +0100 Subject: [PATCH 2/2] docs: hard-code jupyter-book to v1 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5235316..f85fed3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -jupyter-book +jupyter-book < 2 matplotlib numpy ghp-import