From ae3a0d446c2f3f3e3a9e3f078f0450395a90515c Mon Sep 17 00:00:00 2001 From: nicolasK Date: Tue, 31 Oct 2023 16:09:56 +0100 Subject: [PATCH] doc uses python3.11 --- .github/workflows/sphinx_docs_to_gh_pages.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sphinx_docs_to_gh_pages.yaml b/.github/workflows/sphinx_docs_to_gh_pages.yaml index e339aaea..e750d780 100644 --- a/.github/workflows/sphinx_docs_to_gh_pages.yaml +++ b/.github/workflows/sphinx_docs_to_gh_pages.yaml @@ -19,6 +19,7 @@ jobs: micromamba-version: '1.5.1-0' environment-file: requirements_dev.yml # Path to the documentation conda environment environment-name: earthdaily + create-args: python=3.11 cache-environment: true post-cleanup: 'all' init-shell: bash