Skip to content

Commit 5df718d

Browse files
fix: install snakemake conda deps in case of snakemake-branch
1 parent 08a8761 commit 5df718d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ runs:
103103
if: ${{ inputs.snakemake-branch != '' }}
104104
shell: bash -el {0}
105105
run: |
106+
conda install --only-deps snakemake==${{ inputs.snakemake-version }}
106107
python -m pip install "git+https://github.com/snakemake/snakemake@${{ inputs.snakemake-branch }}"
107108
108109
- name: Display snakemake version

0 commit comments

Comments
 (0)