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