Skip to content

Commit

Permalink
Install pip without libmamba
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Dec 11, 2023
1 parent a905eea commit 048f33c
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 @@ -71,7 +71,7 @@ steps:
- bash: |
if [[ "${{ parameters.pip_packages }}" != "" ]]; then
source activate myEnvironment
conda install --channel conda-forge pip
conda install --solver classic --channel conda-forge pip
python -m pip install ${{ parameters.pip_packages }}
fi
displayName: Install Pip packages
Expand Down

0 comments on commit 048f33c

Please sign in to comment.