diff --git a/.github/workflows/deploy-app.yaml b/.github/workflows/deploy-app.yaml index 84541f1..0414d41 100644 --- a/.github/workflows/deploy-app.yaml +++ b/.github/workflows/deploy-app.yaml @@ -41,7 +41,7 @@ jobs: - name: Install package run: | - install.packages("tima", repos = c("https://taxonomicallyinformedannotation.r-universe.dev", "https://bioc.r-universe.dev", "https://cloud.r-project.org")) + install.packages("tima", repos = c("https://taxonomicallyinformedannotation.r-universe.dev", "https://bioc.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE) tima::install() shell: Rscript {0}