Skip to content

Commit

Permalink
Update Bioc version also for AnVIL repo
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Dec 31, 2024
1 parent 053202d commit 77711fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
gha_repos <- if(
.Platform$OS.type == "unix" && Sys.info()["sysname"] != "Darwin"
) c(
"AnVIL" = "https://bioconductordocker.blob.core.windows.net/packages/3.20/bioc",
"AnVIL" = "https://bioconductordocker.blob.core.windows.net/packages/3.21/bioc",
BiocManager::repositories()
) else BiocManager::repositories()
Expand Down

0 comments on commit 77711fd

Please sign in to comment.