Skip to content

Commit f0fed42

Browse files
committed
test
1 parent 158a066 commit f0fed42

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +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>1.0' mkl mkl-include setuptools cmake pip -c conda-forge
20-
conda activate SeuratIntegrate_scvi-tools
21-
pip install jaxlib==0.4.27
22-
conda deactivate
19+
conda create -n SeuratIntegrate_scvi-tools python scipy scanpy scvi-tools mkl mkl-include setuptools cmake pip -c conda-forge
2320
shell: bash -l {0}
2421
working-directory: ${{ inputs.working-directory }}
2522

0 commit comments

Comments
 (0)