Skip to content

Commit

Permalink
Trace environment installation
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Jul 26, 2024
1 parent b1c1f6c commit e170744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/templates/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit e170744

Please sign in to comment.