Made conda installation quiet
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2024-07-19 06:22:35 +00:00
parent d3f9791f68
commit dc8b09068f

2
Jenkinsfile vendored
View File

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