conda
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-21 13:27:43 +02:00
parent 48b00ca2c8
commit 68e41a262b

View File

@ -13,8 +13,10 @@ pipeline {
}
stages {
stage('conda') {
sh 'conda env create -f environment.yml'
sh 'conda activate myenv'
steps {
sh 'conda env create -f environment.yml'
sh 'conda activate myenv'
}
}
stage('Copy') {
steps {