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 9810504
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ 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
Expand Down

0 comments on commit 9810504

Please sign in to comment.