Skip to content

Commit

Permalink
update for github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomnl committed Aug 29, 2023
1 parent 7d701f8 commit 68ac6db
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,14 @@ jobs:
continue-on-error: true
shell: Rscript {0}

- name: Install dependencies pass 2
run: |
## Pass #2 at installing dependencies
## 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 ****'))
remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = TRUE, force = TRUE)
shell: Rscript {0}
# - name: Install dependencies pass 2
# run: |
# ## Pass #2 at installing dependencies
# ## 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 ****'))
# remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = TRUE, force = TRUE)
# shell: Rscript {0}

- name: Install BiocGenerics
if: env.has_RUnit == 'true'
Expand Down

0 comments on commit 68ac6db

Please sign in to comment.