diff options
-rwxr-xr-x | .jenkins/install_conda.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.jenkins/install_conda.sh b/.jenkins/install_conda.sh new file mode 100755 index 0000000..96c1b39 --- /dev/null +++ b/.jenkins/install_conda.sh @@ -0,0 +1,3 @@ +#!/bin/bash -e +wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh +bash Miniconda3-latest-Linux-x86_64.sh -b -p ${HOME}/mc3 |