Skip to content

Commit

Permalink
tweak YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDMorgan committed Dec 14, 2023
1 parent c79a900 commit 65cce61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/RCMD_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran(c("rcmdcheck", "XML", "RCurl", "Matrix"), repos=NULL, build=TRUE, force=TRUE)
remotes::install_cran(c("rcmdcheck", "XML", "RCurl"))
remotes::install_cran(c("Matrix"), build=TRUE, force=TRUE)
BiocManager::install(c("MouseGastrulationData", "MouseThymusAgeing", "scRNAseq"))
shell: Rscript {0}

Expand Down

0 comments on commit 65cce61

Please sign in to comment.