Skip to content

Commit

Permalink
Update check-bioc.yml - install usethis
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto authored May 13, 2024
1 parent fdc0d46 commit 3e87fe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ jobs:
cd preprocessCore
R CMD INSTALL --configure-args="--disable-threading" .
- name: Install usethis (see https://github.com/r-lib/usethis/pull/1973)
run: remotes::install_github("r-lib/usethis")
shell: Rscript {0}

- name: Install MsDataHub from Github (>= 1.3.3)
run: BiocManager::install("RforMassSpectrometry/MsDataHub")
shell: Rscript {0}
Expand Down

0 comments on commit 3e87fe4

Please sign in to comment.