Skip to content

Commit 73a2973

Browse files
authored
fix: pin miniforge to working version 25.9.1
Basically, this is only until this problem's fix (which already seems to exist), is either patched and/or released in `conda-libmamba-solver`, probably via `conda` itself: conda/conda-libmamba-solver#798
1 parent 73be4c1 commit 73a2973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
with:
7979
channels: conda-forge,bioconda
8080
channel-priority: strict
81-
miniforge-version: latest
81+
miniforge-version: 25.9.1 # TODO: set back to "latest" once this issue in the conda-libmamba-solver is patched and/or released: https://github.com/conda/conda-libmamba-solver/issues/798
8282
environment-file: .snakemake.environment.yaml
8383
activate-environment: snakemake
8484

0 commit comments

Comments
 (0)