Skip to content

Commit 1eeb324

Browse files
committed
Where's my env?
1 parent 5e6273c commit 1eeb324

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
bwa minimap2 parallel vcflib vt snpeff \
2828
seqtk snp-sites wgsim any2fasta \
2929
perl-bioperl samclip
30+
samtools --version
31+
samclip --version
32+
echo $PWD
3033
3134
- name: Add binaries to PATH
3235
shell: bash -el {0}
@@ -36,6 +39,7 @@ jobs:
3639
- name: Check snippy versions and configurations
3740
shell: bash -el {0}
3841
run: |
42+
mamba activaye snippy-env
3943
snippy --version
4044
snippy --check
4145
snippy-core --version

0 commit comments

Comments
 (0)