From 41e17f1d41304118ebc130d2ead55d904d493e1d Mon Sep 17 00:00:00 2001 From: Amine Ghozlane Date: Mon, 25 Nov 2024 10:31:41 +0100 Subject: [PATCH] We don't need mafft anymore in the tests --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07ac501..8e48f00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,8 +13,8 @@ jobs: - uses: actions/checkout@v4 - uses: ConorMacBride/install-package@v1 with: - brew: bowtie2 freebayes mafft - apt: bowtie2 freebayes mafft + brew: bowtie2 freebayes + apt: bowtie2 freebayes - name: Install Python uses: actions/setup-python@v4 - name: Install poetry