Skip to content

Commit

Permalink
Fix Python version in RTD build process
Browse files Browse the repository at this point in the history
  • Loading branch information
peanutfun committed Nov 2, 2023
1 parent 8c8ddeb commit 888b505
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ build:
tools:
python: "mambaforge-4.10"

# Append fixed Python version to requirements
jobs:
pre_create_environment:
- echo " - python=3.9" >> requirements/env_climada.yml

conda:
environment: requirements/env_climada.yml

Expand Down

0 comments on commit 888b505

Please sign in to comment.