Skip to content

Commit

Permalink
Install mafft and blast in GitHub Actions, for #10.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby authored and Donaim committed Jul 21, 2023
1 parent 55536fb commit 1d54987
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 ncbi-blast+
python -m pip install --upgrade pip pipenv
pipenv install --dev
- name: Test with pytest
Expand Down

0 comments on commit 1d54987

Please sign in to comment.