Skip to content

Commit

Permalink
Disable libmamba solve
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Dec 9, 2023
1 parent 0001a0b commit 5c0b6fb
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 @@ -32,7 +32,7 @@ steps:
conda config --set always_yes yes --set changeps1 no
conda config --remove channels defaults
conda config --set solver libmamba
conda install --channel=conda-forge --name=base conda-lock
# conda install --channel=conda-forge --name=base conda-lock
displayName: Configure Anaconda
- bash: |
Expand Down

0 comments on commit 5c0b6fb

Please sign in to comment.