Skip to content

Commit a930499

Browse files
committed
Fix bioc check.
1 parent 1147005 commit a930499

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/check-bioc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,13 @@ jobs:
206206
remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = TRUE, force = TRUE)
207207
shell: Rscript {0}
208208

209+
- name: install SeuratObject 4.1.4 to avoid v5 problems
210+
run: |
211+
## Install SeuratObject < v5
212+
install.packages("remotes")
213+
remotes::install_version(package = "SeuratObject", version = "4.1.4")
214+
shell: Rscript {0}
215+
209216
- name: Install BiocGenerics
210217
if: env.has_RUnit == 'true'
211218
run: |

0 commit comments

Comments
 (0)