From a66d28e45e8a095e7a94a67ba5cf58416aca70cb Mon Sep 17 00:00:00 2001 From: Adriano Rutz <44283913+Adafede@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:31:14 +0200 Subject: [PATCH] Update deploy-app.yaml --- .github/workflows/deploy-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}