Skip to content

Commit

Permalink
ci: install also RCurl
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Apr 3, 2024
1 parent b52457a commit 93a45c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ jobs:
BiocManager::install("xcms", type = "source")
BiocManager::install("faahKO", type = "source", force = TRUE)
BiocManager::install("magick", type = "source")
BiocManager::install("RCurl", type = "source", force = TRUE)
BiocManager::install("mzR")
## For running the checks
message(paste('****', Sys.time(), 'installing rcmdcheck and BiocCheck ****'))
Expand Down

0 comments on commit 93a45c3

Please sign in to comment.