Skip to content

Commit

Permalink
Stop debugging conda env create
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Jul 30, 2024
1 parent 9e115a3 commit db19c17
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 -v -v -v --name myEnvironment \
conda env create --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 db19c17

Please sign in to comment.