Skip to content

Commit

Permalink
ci: install MsCoreUtils in first step
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Jan 10, 2024
1 parent 0b3b0c2 commit 14e3dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
{
BiocManager::install("RforMassSpectrometry/ProtGenerics", update = TRUE)
BiocManager::install("RforMassSpectrometry/Spectra", update = TRUE)
BiocManager::install(c("MsCoreUtils"), update = TRUE)
remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = TRUE)
},
assignment = "+="
Expand All @@ -185,7 +186,6 @@ jobs:
message(paste('****', Sys.time(), 'force installation of selected packages ****'))
BiocManager::install(c("BiocStyle", "rmarkdown", "magick"), update = TRUE)
BiocManager::install(c("MsCoreUtils"), update = TRUE)
## For running the checks
message(paste('****', Sys.time(), 'installing rcmdcheck and BiocCheck ****'))
Expand Down

0 comments on commit 14e3dfb

Please sign in to comment.