Added bioconda and personal conda repos to channels
Some checks reported errors
automlst.cli/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
automlst.cli/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -9,6 +9,8 @@ pipeline {
|
||||
stages {
|
||||
stage("install") {
|
||||
steps {
|
||||
sh 'conda config --add channels bioconda'
|
||||
sh 'conda config --add channels https://git.reslate.systems/api/packages/ydeng/conda'
|
||||
sh 'conda env update -n base -f environment.yml'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user