Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit a8644ac

Browse files
committed
Use github version of bioc manager
1 parent 7255cd8 commit a8644ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-bioc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Install BiocManager
150150
run: |
151151
message(paste('****', Sys.time(), 'installing BiocManager ****'))
152-
remotes::install_cran("BiocManager")
152+
remotes::install_github("Bioconductor/BiocManager")
153153
shell: Rscript {0}
154154

155155
- name: Set BiocVersion

0 commit comments

Comments
 (0)