Skip to content

Commit 36e52d5

Browse files
committed
Fix bioc check.
1 parent a930499 commit 36e52d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-bioc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,9 @@ jobs:
209209
- name: install SeuratObject 4.1.4 to avoid v5 problems
210210
run: |
211211
## Install SeuratObject < v5
212+
remove.packages("SeuratObject")
212213
install.packages("remotes")
213-
remotes::install_version(package = "SeuratObject", version = "4.1.4")
214+
remotes::install_version(package = "SeuratObject", version = "4.1.4", force = TRUE)
214215
shell: Rscript {0}
215216

216217
- name: Install BiocGenerics

0 commit comments

Comments
 (0)