Skip to content

Commit 53479d3

Browse files
committed
simply use '*' as default for snakemake version
1 parent 8ae8997 commit 53479d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ inputs:
3333
snakemake-version:
3434
description: Snakemake version to use. If not specified, uses latest version. Pin a specific version (e.g., '8.25.5') for reproducibility.
3535
required: false
36+
default: '*'
3637

3738
runs:
3839
using: 'composite'
@@ -45,6 +46,7 @@ runs:
4546
exit 1
4647
- shell: bash -el {0}
4748
run: sed 's/{{ snakemake_version }}/${{ inputs.snakemake-version }}/g' environment.yaml.template > environment.yaml
49+
4850
- name: Setup conda
4951
uses: conda-incubator/setup-miniconda@v3
5052
with:

0 commit comments

Comments
 (0)