Skip to content

Commit 08c4bf9

Browse files
authored
Update "Making builds faster with mamba" to use miniconda directly (#12438)
See #12433
1 parent 8121bb7 commit 08c4bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/guides/conda.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ with these contents:
119119
version: 2
120120
121121
build:
122-
os: "ubuntu-20.04"
122+
os: "ubuntu-24.04"
123123
tools:
124-
python: "mambaforge-22.9"
124+
python: "miniconda3-3.12-24.9"
125125
126126
conda:
127127
environment: environment.yml

0 commit comments

Comments
 (0)