Skip to content

Commit

Permalink
github actions pytest CI feature added
Browse files Browse the repository at this point in the history
  • Loading branch information
kbessonov1984 committed Jul 22, 2024
1 parent eacee16 commit 86e1542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install samtools bowtie2 mash bcftools ncbi-blast+ seqtk libcurl4-openssl-dev libssl-dev ca-certificates -y
sudo apt-get install python3-pip python3-dev python3-pandas python3-requests python-biopython -y
sudo apt-get install python3-pip python3-dev python3-pandas python3-requests python3-biopython -y
python3 -m pip install --upgrade pip setuptools
pip3 install pytest
if [ -f requirements.txt ]; then
Expand Down

0 comments on commit 86e1542

Please sign in to comment.