Skip to content

Commit

Permalink
ci: force installation of some packages from source
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Apr 2, 2024
1 parent b1922c5 commit 8fb8525
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ jobs:
## https://github.com/r-lib/remotes/issues/296
## Ideally, all dependencies should get installed in the first pass.
## Workaround for problems with cached S4objects in binary packages
BiocManager::install("GenomeInfoDb", force = TRUE, type = "source")
BiocManager::install("S4Vectors", force = TRUE, type = "source")
BiocManager::install("SummarizedExperiment", force = TRUE, type = "source")
## Pass #1 at installing dependencies
BiocManager::install("RforMassSpectrometry/MsCoreUtils")
BiocManager::install(c("ncdf4", "mzR"))
Expand Down

0 comments on commit 8fb8525

Please sign in to comment.