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

This commit is contained in:
2025-02-26 15:22:32 +00:00
parent dbd8238cef
commit 19b23539b3
4 changed files with 30 additions and 7 deletions

2
Jenkinsfile vendored
View File

@@ -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'
}
}