Commit 828c98f1 authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix slow installation

parent 45afc64d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ then
    echo "Installing DeepChem in current env"
else
    export envname=$1
    conda create -y --name $envname "python>=$python_version"
    conda create -y --name $envname python=$python_version
    conda activate $envname
fi