Skip to content

Commit

Permalink
Merge pull request #688 from wurmlab/gh-actions-grg
Browse files Browse the repository at this point in the history
Gh actions grg
  • Loading branch information
yannickwurm authored Oct 5, 2023
2 parents cb24bb3 + 8f53752 commit a63d149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
- uses: actions/checkout@v3
- name: Get BLAST
working-directory: /opt
run: wget -c "https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.12.0/ncbi-blast-2.12.0+-x64-linux.tar.gz" && tar xvf ncbi-blast-*.tar.gz
run: wget -c "https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.14.1/ncbi-blast-2.14.1+-x64-linux.tar.gz" && tar xvf ncbi-blast-*.tar.gz
- name: BLAST PATH
run: mkdir /opt/bin && echo "/opt/bin:/opt/ncbi-blast-2.12.0+/bin" >> $GITHUB_PATH
run: mkdir /opt/bin && echo "/opt/bin:/opt/ncbi-blast-2.14.1+/bin" >> $GITHUB_PATH
- name: Get Chromium
run: sudo apt-get update && sudo apt-get install -y chromium-bsu chromium-driver
- name: Get CodeClimate
Expand Down

0 comments on commit a63d149

Please sign in to comment.