Skip to content

Commit

Permalink
Testing if GitAction can be configured to acquire biocmanager packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattssca committed Feb 9, 2024
1 parent f7a7bdb commit c05a838
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Get biocmanager packages
run: Rscript -e "install.packages('BiocManager')"
run: Rscript -e "BiocManager::install(c("GenomicRanges","rtracklayer"))"

- name: Build package
run: Rscript -e "devtools::install()"
Expand Down

0 comments on commit c05a838

Please sign in to comment.