Skip to content

Commit

Permalink
switch back to Python 3.12 for conda lock file creation due to mamba<…
Browse files Browse the repository at this point in the history
…2 pin (#2606)
  • Loading branch information
valeriupredoi authored Dec 10, 2024
1 parent 03dd5ec commit 5353ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-condalock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
auto-update-conda: true
activate-environment: esmvaltool-fromlock
python-version: "3.13"
python-version: "3.12" # switch to 3.13 when mamba>2 available
miniforge-version: "latest"
use-mamba: true
- name: Update and show conda config
Expand Down

0 comments on commit 5353ab0

Please sign in to comment.