Skip to content

Commit

Permalink
Merge pull request #995 from sys-bio/develop
Browse files Browse the repository at this point in the history
Activate pip in azure again.
  • Loading branch information
luciansmith authored Apr 22, 2022
2 parents c2938ce + dbee890 commit 2176039
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -624,11 +624,11 @@ stages:
- script: |
echo "Creating new conda environment"
conda create --quiet --yes --name $(PythonName) python=$(PythonVersion)
# echo "pip help:"
# $(PipExecutable) install --help
echo "pip help:"
$(PipExecutable) install --help
# echo "pip install requests:"
# $(PipExecutable) install requests
echo "pip install requests:"
$(PipExecutable) install requests
displayName: "Setup conda"
- script: |
Expand Down

0 comments on commit 2176039

Please sign in to comment.