We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a930499 commit 36e52d5Copy full SHA for 36e52d5
.github/workflows/check-bioc.yml
@@ -209,8 +209,9 @@ jobs:
209
- name: install SeuratObject 4.1.4 to avoid v5 problems
210
run: |
211
## Install SeuratObject < v5
212
+ remove.packages("SeuratObject")
213
install.packages("remotes")
- remotes::install_version(package = "SeuratObject", version = "4.1.4")
214
+ remotes::install_version(package = "SeuratObject", version = "4.1.4", force = TRUE)
215
shell: Rscript {0}
216
217
- name: Install BiocGenerics
0 commit comments