Skip to content

Commit 3ab5d47

Browse files
authored
Update action.yaml
1 parent 8c9119d commit 3ab5d47

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
@@ -19,7 +19,12 @@ runs:
1919
pip install bbknn
2020
conda deactivate
2121
conda create -n SeuratIntegrate_scanorama python scanorama scipy -c conda-forge -c bioconda -y
22-
conda create -n SeuratIntegrate_scvi-tools python pip scvi-tools -c conda-forge
22+
conda create -n SeuratIntegrate_scvi-tools python=3.12 pip -c conda-forge
23+
conda activate SeuratIntegrate_scvi-tools
24+
pip install 'jax==0.6.0'
25+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
26+
pip install scvi-tools scanpy
27+
conda deactivate
2328
shell: bash -l {0}
2429
working-directory: ${{ inputs.working-directory }}
2530

0 commit comments

Comments
 (0)