Skip to content

Commit

Permalink
ci: force installation of MsCoreUtils from github
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Apr 2, 2024
1 parent e1504ab commit cdef6dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ jobs:
## Manually install packages that seem to be skipped.
message(paste('****', Sys.time(), 'force installation of selected packages ****'))
BiocManager::install("RforMassSpectrometry/MsCoreUtils", force = TRUE)
BiocManager::install("xcms", type = "source")
BiocManager::install("faahKO", type = "source", force = TRUE)
BiocManager::install("magick")
Expand Down

0 comments on commit cdef6dc

Please sign in to comment.