Skip to content

Commit

Permalink
ci: fix pytest installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed May 30, 2023
1 parent 1b38421 commit e2e3324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y python3 python3-pip python3-pytest mafft
run: sudo apt-get update && sudo apt-get install -y python3 python3-pip mafft && pip3 install pytest
- name: Run build
run: pip3 install .
- name: Run test
Expand Down

0 comments on commit e2e3324

Please sign in to comment.