Skip to content

Commit

Permalink
update python version for rtd builds; setup-micromamba/issues/225 pin…
Browse files Browse the repository at this point in the history
…ning attempt 1
  • Loading branch information
jmccreight committed Sep 30, 2024
1 parent 692608b commit c7da527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ formats: all
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.11"

python:
install:
Expand Down

0 comments on commit c7da527

Please sign in to comment.