Skip to content

Commit

Permalink
ci: install remotes devel version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed May 30, 2023
1 parent 65b06b5 commit b700310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- name: Query dependencies
run: |
install.packages('remotes')
remotes::install_github("r-lib/remotes")
saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
shell: Rscript {0}

Expand Down

0 comments on commit b700310

Please sign in to comment.