Skip to content

Commit

Permalink
Merge pull request #9 from tidytranscriptomics-workshops/stemangiola-…
Browse files Browse the repository at this point in the history
…patch-1

Add newest version of tidySCE
  • Loading branch information
mblue9 authored Jun 8, 2022
2 parents 6a3ea14 + a8dbe31 commit 9ca6c02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/basic_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]")
# 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}
Expand Down

0 comments on commit 9ca6c02

Please sign in to comment.