Skip to content

Commit

Permalink
pin snpeff
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Mar 11, 2022
1 parent 51cb1e3 commit 6497338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python: [3.7,3.8]
python: [3.7,3.8,3.9]
fail-fast: false


Expand All @@ -40,7 +40,7 @@ jobs:
- name: conda
run: |
conda install -c conda-forge mamba --quiet
mamba install -c bioconda -c conda-forge --quiet -y freebayes bwa snpeff sambamba picard samtools
mamba install -c bioconda -c conda-forge --quiet -y freebayes bwa snpeff==5.0 sambamba picard samtools
- name: Install dependencies
run: |
Expand Down

0 comments on commit 6497338

Please sign in to comment.