Skip to content

Commit

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

- name: Install BiocManager
run: Rscript -e "install.packages('BiocManager')"

- name: Install BiomaesteR
run: Rscript -e "devtools::install(repos = BiocManager::repositories())"

Expand Down

0 comments on commit 94af2a3

Please sign in to comment.