Skip to content

Commit

Permalink
Fix blast installation on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Dec 6, 2024
1 parent 4077ca3 commit 694b3d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
- name: Run apt update
run: sudo apt-get update

- name: Installing blast
run: |
sudo apt-get install -q -y ncbi-blast+
- name: Install Haploflow
run: |
sudo apt-get update
sudo apt-get install -y build-essential git ronn
cd /opt/
git clone https://github.com/hzi-bifo/Haploflow
Expand Down

0 comments on commit 694b3d4

Please sign in to comment.