Skip to content

Commit 4318e89

Browse files
committed
test
1 parent 5255b8a commit 4318e89

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ 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=3.12 scipy scanpy scvi-tools mkl mkl-include setuptools cmake pip -c conda-forge
19+
conda create -n SeuratIntegrate_scvi-tools python=3.12 pip -c conda-forge
20+
conda activate SeuratIntegrate_scvi-tools
21+
pip install jax
22+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
23+
pip install scvi-tools scanpy
24+
conda deactivate
2025
shell: bash -l {0}
2126
working-directory: ${{ inputs.working-directory }}
2227

0 commit comments

Comments
 (0)