Skip to content

Commit

Permalink
bugfix retry R-CMD-check github action
Browse files Browse the repository at this point in the history
  • Loading branch information
adrientaudiere committed Dec 12, 2023
1 parent f342946 commit 283f98f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,8 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check

- name: Install vsearch
run: sudo apt-get install vsearch

- name: Install blastn
run: sudo apt-get install ncbi-blast+

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
args: 'c("--no-tests", "--as-cran", "--no-vignettes", "--no-build-vignettes", "--timing")'
args: 'c("--no-tests", "--no-examples", "--no-vignettes", "--no-build-vignettes")'

0 comments on commit 283f98f

Please sign in to comment.