Skip to content

Commit

Permalink
Fix my earlier test at e0f61f5 for: try using remotes to find the dep…
Browse files Browse the repository at this point in the history
…endencies, but install them with BiocManager::install() instead of remotes::install_deps() given https://stat.ethz.ch/pipermail/bioc-devel/2020-April/016675.html and r-lib/remotes#296 /nocache
  • Loading branch information
lcolladotor committed Apr 26, 2020
1 parent 8efd4b6 commit ea58939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Expand Up @@ -348,7 +348,7 @@ jobs:
BiocManager::install(version = Sys.getenv('BIOCVERSIONNUM'))
shell: Rscript {0}

- name: Install dependencies
- name: Install dependencies
run: |
## Locate the package dependencies
deps <- remotes::dev_package_deps(dependencies = TRUE)
Expand Down

0 comments on commit ea58939

Please sign in to comment.