Skip to content

Commit 9ca6c02

Browse files
authored
Merge pull request #9 from tidytranscriptomics-workshops/stemangiola-patch-1
Add newest version of tidySCE
2 parents 6a3ea14 + a8dbe31 commit 9ca6c02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/basic_checks.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616

1717
- name: Query dependencies and update old packages
1818
run: |
19+
# We'll install the specific versions from the install instructions and because of print bug
20+
BiocManager::install("stemangiola/[email protected]")
21+
22+
# Then install the other dependencies in the usual way
1923
BiocManager::install(ask=FALSE)
2024
saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
2125
shell: Rscript {0}

0 commit comments

Comments
 (0)