Skip to content

Commit 7427b15

Browse files
committed
ci(R-CMD-check-dev): update Bioc devel SummarizedExperiment version
1 parent 81004ea commit 7427b15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/R-CMD-check-dev.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
- name: Install latest SummarizedExperiment # TODO: remove this when 1.39.0 gets to release
5656
run: |
5757
download.file(
58-
"https://bioconductor.org/packages/3.22/bioc/src/contrib/SummarizedExperiment_1.39.0.tar.gz",
59-
"se_1.39.0.tar.gz"
58+
"https://bioconductor.org/packages/devel/bioc/src/contrib/SummarizedExperiment_1.39.1.tar.gz",
59+
"se_1.39.1.tar.gz"
6060
)
61-
install.packages("se_1.39.0.tar.gz", repos = NULL, type = "source")
61+
install.packages("se_1.39.1.tar.gz", repos = NULL, type = "source")
6262
shell: Rscript {0}
6363

6464
- name: Build Package

0 commit comments

Comments
 (0)