Skip to content

Commit 7cb7291

Browse files
committed
Test CI with conda and mamba
1 parent a5b279a commit 7cb7291

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,11 @@ jobs:
317317
# - macos-14
318318

319319
installer:
320-
# Conda is just waaaay to slow... some runs even exceed the GitHub Actions
321-
# max runtime of 6h, so we have to deactivate it for now.
322-
# - conda
320+
# Conda used to be just waaaay to slow... some runs even exceed the GitHub Actions
321+
# max runtime of 6h, so we had to deactivate it in the past. Now, with Snakemake 9,
322+
# we are using a more recent conda, which apparently now internally uses the
323+
# libmamba solver anyway, so let's hope that it is fast enough now again.
324+
- conda
323325
- mamba
324326
- micromamba
325327

workflow/envs/grenepipe.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ channels:
99
dependencies:
1010
# Basics
1111
- conda >24.7.1
12+
- mamba
1213
- git
1314
- curl
1415

0 commit comments

Comments
 (0)