Skip to content

Commit

Permalink
Update conda with diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Feb 13, 2025
1 parent 7c1cb9e commit ea06b15
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .azure/templates/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,21 @@ steps:
conda config --set solver libmamba
displayName: Configure Anaconda
- bash: |
conda env export --name base
displayName: EnvironmentZ
# Most triggered builds use lockfile to ensure failures are
# due to commit and not due to dependencies
- bash: |
conda install --channel=conda-forge --name=base conda=25.1.1
conda install --channel=conda-forge --name=base conda-lock
displayName: Update conda
- bash: |
conda env export --name base
displayName: EnvironmentY
# Most triggered builds use lockfile to ensure failures are
# due to commit and not due to dependencies
- bash: |
Expand Down

0 comments on commit ea06b15

Please sign in to comment.