Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-sd-watson authored Jul 31, 2023
1 parent 4eb7022 commit 93ad0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Install required install packages and remote repos
run: |
install.packages(c("remotes", "BiocManager"))
remotes::install_version("rsconnect", "0.8.29")
BiocManager::install(version = "3.17")
BiocManager::install(c('BiocGenerics', 'GenomeInfoDbData', 'limma', 'zlibbioc'))
BiocManager::install(ask = F)
remotes::install_version("rsconnect", "0.8.29")
shell: Rscript {0}

- name: Authorize and deploy app
Expand Down

0 comments on commit 93ad0af

Please # to comment.