diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 3e7974f..37cc1aa 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -20,7 +20,8 @@ jobs: with: poetry-version: ${{ matrix.poetry-version }} - name: install dependecies - run: | + run: | + apt-get install mafft poetry install pip3 install coverage pip3 install pytest