Skip to content

Commit 88e3b05

Browse files
committed
Force install TSE
1 parent 13765e2 commit 88e3b05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ jobs:
9696
remotes::install_cran('rcmdcheck', Ncpu = 2L)
9797
shell: Rscript {0}
9898

99+
- name: Force install some packages from source
100+
run: |
101+
BiocManager::install(c("TreeSummarizedExperiment"), type = "source", force = TRUE)
102+
shell: Rscript {0}
103+
99104
- name: Session info
100105
run: |
101106
options(width = 100)

0 commit comments

Comments
 (0)