From c7da527dee34af31da05a511175ff06e6346d60e Mon Sep 17 00:00:00 2001 From: James McCreight Date: Mon, 30 Sep 2024 16:11:51 -0600 Subject: [PATCH] update python version for rtd builds; setup-micromamba/issues/225 pinning attempt 1 --- .github/workflows/ci.yaml | 3 ++- readthedocs.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab7e4575..9ec0a0e5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -150,8 +150,9 @@ jobs: run: .github/scripts/symlink_gfortran_mac.sh - name: Install Dependencies via Micromamba - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v1.9.0 with: + micromamba-version: '2.0.0-0' log-level: debug environment-file: environment.yml cache-environment: true diff --git a/readthedocs.yml b/readthedocs.yml index ea496835..7b6da1fa 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -15,7 +15,7 @@ formats: all build: os: ubuntu-22.04 tools: - python: "3.9" + python: "3.11" python: install: