Skip to content

Commit 5255b8a

Browse files
committed
test
1 parent f0fed42 commit 5255b8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-conda/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
conda create -n umap_0.5.4 umap-learn=0.5.4 -c conda-forge -y
1717
conda create -n SeuratIntegrate_bbknn python scipy scanpy bbknn -c conda-forge -c bioconda -y
1818
conda create -n SeuratIntegrate_scanorama python scanorama scipy -c conda-forge -c bioconda -y
19-
conda create -n SeuratIntegrate_scvi-tools python scipy scanpy scvi-tools mkl mkl-include setuptools cmake pip -c conda-forge
19+
conda create -n SeuratIntegrate_scvi-tools python=3.12 scipy scanpy scvi-tools mkl mkl-include setuptools cmake pip -c conda-forge
2020
shell: bash -l {0}
2121
working-directory: ${{ inputs.working-directory }}
2222

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Collate:
101101
'zzz.R'
102102
VignetteBuilder: knitr
103103
Config/Needs/website: rmarkdown
104-
URL: https://github.com/cbib/Seurat-Integrate, https://cbib.github.io/Seurat-Integrate/
104+
URL: https://github.com/fspecque/test, https://fspecque.github.io/test/
105105
BugReports: https://github.com/cbib/Seurat-Integrate/issues
106106
Remotes: SeuratData=github::satijalab/seurat-data,
107107
github::theislab/kBET,

0 commit comments

Comments
 (0)