Skip to content

Commit

Permalink
Install mafft in GitHub Actions, for #10.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Jul 26, 2021
1 parent 98bd8e3 commit 7eabb28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
echo /opt/minimap2-2.17_x64-linux >> $GITHUB_PATH
- name: Install dependencies
run: |
sudo apt install -qq mafft
python -m pip install --upgrade pip pipenv
pipenv install --dev
- name: Test with pytest
Expand Down

0 comments on commit 7eabb28

Please sign in to comment.