From e170744327ebfec3baa4f00cb99aaedc1132c1c7 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Fri, 26 Jul 2024 17:30:08 -0400 Subject: [PATCH] Trace environment installation --- .azure/templates/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/templates/install.yml b/.azure/templates/install.yml index e7478710f0..f6bcb86749 100644 --- a/.azure/templates/install.yml +++ b/.azure/templates/install.yml @@ -49,7 +49,7 @@ steps: # Daily midnight build uses environment.yml files to catch regressions # due to updates in dependencies - bash: | - conda env create --debug --name myEnvironment \ + conda env create -v -v -v --name myEnvironment \ --file environments/${{ parameters.solver }}-environment.yml displayName: Create Anaconda environment from environments condition: not(eq(variables['Build.CronSchedule.DisplayName'], 'Daily midnight build'))