Skip to content

Commit

Permalink
Try out BLAST+ 2.141 in the tests workflow...
Browse files Browse the repository at this point in the history
 On branch gh-actions-grg
	modified:   .github/workflows/tests.yml
  • Loading branch information
augeas committed Oct 5, 2023
1 parent 817177e commit 9df17f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
push:
branches:
- 1.0.x
- master
- gh-actions-grg
pull_request:
branches:
- 1.0.x
Expand All @@ -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.14.0/ncbi-blast-2.14.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.14.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 9df17f2

Please sign in to comment.