Skip to content

Commit

Permalink
[WIP] Testing azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer committed Feb 10, 2020
1 parent 66a3b1f commit 18a3e16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/ci/azure/pip_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ steps:
pip install --user ${{ parameters.packages }}
echo "##vso[task.prependpath]$HOME/Library/Python/2.7/bin"
else
pip --version
pip install --upgrade pip
pip --version
pip --disable-pip-version-check install --upgrade ${{ parameters.packages }}
fi
displayName: 'Install Python packages (macOS)'
Expand Down

0 comments on commit 18a3e16

Please sign in to comment.