Skip to content

Commit d11205d

Browse files
committed
Strip out version number when installing dependencies for GHA.
1 parent b8dd941 commit d11205d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/check-bioc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
deets <- read.dcf("DESCRIPTION")
3131
installs <- unlist(strsplit(deets[,c("Imports", "Depends", "Suggests", "LinkingTo")], ",\\s+"), use.names=FALSE)
32+
installs <- sub(" .*", "", installs)
3233
BiocManager::install(installs)
3334
BiocManager::install("BiocCheck")
3435

0 commit comments

Comments
 (0)