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}