Skip to content

Commit 22d9209

Browse files
authored
fix: pin miniforge to working version 25.9.1 (#49)
* 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 * fix: use complete existing version number, including the build number * docs: update TODO to fix PR for actual underlying issue
1 parent 73be4c1 commit 22d9209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-0 # TODO: set back to "latest" once this issue in the conda installer (template) is fixed and released: https://github.com/conda/constructor/pull/1135
8282
environment-file: .snakemake.environment.yaml
8383
activate-environment: snakemake
8484

0 commit comments

Comments
 (0)