From 2486254fc1a1a270382490daf2fb7d4aa024f5ea Mon Sep 17 00:00:00 2001 From: jiajic <72078254+jiajic@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:30:52 -0500 Subject: [PATCH] Update GiottoData install GiottoData does not have to be installed while specifying the suite_modular branch any longer --- .github/workflows/covr.yml | 2 +- .github/workflows/dev_check.yml | 2 +- .github/workflows/main_check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/covr.yml b/.github/workflows/covr.yml index 96ca33f..fad6253 100644 --- a/.github/workflows/covr.yml +++ b/.github/workflows/covr.yml @@ -41,7 +41,7 @@ jobs: - name: Set up dependencies (GiottoData) run: | suppressWarnings({ - remotes::install_github('drieslab/GiottoData@suite_modular', build = FALSE) + remotes::install_github('drieslab/GiottoData', build = FALSE) }) shell: Rscript {0} diff --git a/.github/workflows/dev_check.yml b/.github/workflows/dev_check.yml index f72a039..e47a424 100644 --- a/.github/workflows/dev_check.yml +++ b/.github/workflows/dev_check.yml @@ -48,7 +48,7 @@ jobs: - name: Set up dependencies (GiottoData) run: | suppressWarnings({ - remotes::install_github('drieslab/GiottoData@suite_modular', build = FALSE) + remotes::install_github('drieslab/GiottoData', build = FALSE) }) shell: Rscript {0} diff --git a/.github/workflows/main_check.yml b/.github/workflows/main_check.yml index 488bf99..66a6598 100644 --- a/.github/workflows/main_check.yml +++ b/.github/workflows/main_check.yml @@ -64,7 +64,7 @@ jobs: - name: Set up dependencies (GiottoData) run: | suppressWarnings({ - remotes::install_github('drieslab/GiottoData@suite_modular', build = FALSE) + remotes::install_github('drieslab/GiottoData', build = FALSE) }) shell: Rscript {0}