Skip to content

Commit a628228

Browse files
committed
amend
1 parent 582c619 commit a628228

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/latest-fast.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
3333
- name: test installation
3434
run: |
35+
conda activate comparem2_launcher
3536
python --version
3637
snakemake --version
3738
./comparem2 --help
@@ -43,6 +44,7 @@ jobs:
4344
4445
- name: dry run
4546
run: |
47+
conda activate comparem2_launcher
4648
./comparem2 --dry-run
4749
rm -rf .snakemake results_comparem2
4850
@@ -69,6 +71,7 @@ jobs:
6971
7072
- name: fast
7173
run: |
74+
conda activate comparem2_launcher
7275
unzip tests/E._faecium/fna.zip
7376
./comparem2 --config input_genomes="*.fna" --until fast
7477

0 commit comments

Comments
 (0)