diff --git a/Jenkinsfile b/Jenkinsfile index 63bbab3..16968b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stages { stage("Install") { steps { - sh 'conda env update -n base --file environment.yml' + sh 'conda env update -n base --file environment.yml -y -q' sh 'dotnet restore Props/Props.csproj' sh 'dotnet restore Props.Tests/Props.Tests.csproj' sh 'dotnet restore Props.Shop/Props.Shop.sln'