Skip to content

Commit f9ad3be

Browse files
committed
test
1 parent 4318e89 commit f9ad3be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ runs:
1515
run: |
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
18+
conda activate SeuratIntegrate_bbknn
19+
pip install bbknn
20+
conda deactivate
1821
conda create -n SeuratIntegrate_scanorama python scanorama scipy -c conda-forge -c bioconda -y
1922
conda create -n SeuratIntegrate_scvi-tools python=3.12 pip -c conda-forge
2023
conda activate SeuratIntegrate_scvi-tools

0 commit comments

Comments
 (0)