From a8dbe31e73ef2229e15629ca55b65beb41f729d3 Mon Sep 17 00:00:00 2001 From: Maria Doyle Date: Wed, 8 Jun 2022 14:05:45 +0100 Subject: [PATCH] Add newest version of tidySCE --- .github/workflows/basic_checks.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/basic_checks.yaml b/.github/workflows/basic_checks.yaml index 478a03a..72095df 100755 --- a/.github/workflows/basic_checks.yaml +++ b/.github/workflows/basic_checks.yaml @@ -16,6 +16,10 @@ jobs: - name: Query dependencies and update old packages run: | + # We'll install the specific versions from the install instructions and because of print bug + BiocManager::install("stemangiola/tidySingleCellExperiment@v1.7.2") + + # Then install the other dependencies in the usual way BiocManager::install(ask=FALSE) saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2) shell: Rscript {0}