diff --git a/.azure/templates/install.yml b/.azure/templates/install.yml index 7aaec78c2d..5000471c33 100644 --- a/.azure/templates/install.yml +++ b/.azure/templates/install.yml @@ -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: |