Skip to content

Commit

Permalink
show installed snakemake version by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Dec 9, 2024
1 parent 53479d3 commit 8a08969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ runs:
miniforge-version: latest
environment-file: environment.yaml
activate-environment: snakemake
- name: Display snakemake version
shell: bash -el {0}
run: snakemake --version
- name: Run snakemake
if: ${{ inputs.task == 'run' }}
shell: bash -el {0}
Expand Down

0 comments on commit 8a08969

Please sign in to comment.