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