Skip to content

Commit 2bca954

Browse files
committed
ci: update scRepertoire installation to handle dependency resolution issues
1 parent f170611 commit 2bca954

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,17 @@ jobs:
5757
any::ggforce, any::ggraph, any::ggridges, any::hexbin, any::igraph,
5858
any::scattermore, any::ggupset, any::iNEXT, any::metap, any::tidyprompt,
5959
any::terra, any::GiottoClass, any::GiottoData, any::proxyC, any::metR,
60-
any::hdf5r
60+
any::hdf5r, scRepertoire=?ignore
61+
62+
# Caused by error:
63+
# ! Could not solve package dependencies:
64+
# * deps::.: Can't install dependency BorchLab/[email protected]
65+
# * BorchLab/[email protected]: Can't install dependency evmix
66+
# * evmix: Can't install dependency gsl
67+
# * gsl: Needs R >= 4.5.0
68+
- name: Install scRepertoire
69+
run: |
70+
devtools::install_github("BorchLab/scRepertoire", ref = "v2.2.1")
6171
6272
- uses: r-lib/actions/check-r-package@v2
6373
env:

0 commit comments

Comments
 (0)