Skip to content

Commit

Permalink
Don't upgrade packages in the second pass
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari authored Jul 26, 2024
1 parent a65cc2e commit ce4bee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ jobs:
## This pass does not use AnVIL and will thus update any packages
## that have seen been updated in Bioconductor
message(paste('****', Sys.time(), 'pass number 2 at installing dependencies: any remaining dependencies ****'))
devtools::install_version("knitr", "1.45.0")
remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = TRUE, force = TRUE)
remotes::install_version("knitr", "1.45.0")
remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = FALSE, force = TRUE)
shell: Rscript {0}

- name: Install BiocGenerics
Expand Down

0 comments on commit ce4bee0

Please sign in to comment.