Skip to content

Commit

Permalink
check log and add specific packages in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lassedochreden committed Oct 25, 2024
1 parent 91d8371 commit ffdf184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-checks-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
install.packages("BiocManager")
BiocManager::install(version = "devel", update = TRUE, ask = FALSE, force = TRUE)
remotes::install_deps(dependencies = TRUE, repos = BiocManager::repositories(), Ncpu = 2L)
BiocManager::install("CATALYST", update = TRUE, ask = FALSE, force = TRUE)
BiocManager::install(c("CATALYST","pbkrtest", "lme4", "drc", "scater") update = TRUE, ask = FALSE, force = TRUE)
shell: Rscript {0}

- name: Check
Expand Down

0 comments on commit ffdf184

Please sign in to comment.