Skip to content

Commit a5b279a

Browse files
committed
Fix GitHub CI to switch to conda
1 parent 8123c4f commit a5b279a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,11 @@ jobs:
184184
# Run the test case.
185185
- name: Run Test
186186
run: |
187+
# Right now, with Snakemake >= 9, we only use mamba here as it works with
188+
# the GitHub Action for settig it up, but then internally use conda in our env,
189+
# as apparently, conda now uses the libmamba solver internally anyway... what a mess!
187190
conda info
188-
mamba info
191+
# mamba info
189192
190193
if [[ "${{ matrix.installer }}" == "conda" ]]; then
191194
export GRENEPIPE_TESTS_NO_MAMBA=1

0 commit comments

Comments
 (0)