We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389435e commit 46ad2ddCopy full SHA for 46ad2dd
ci/azure/posix.yml
@@ -52,6 +52,10 @@ jobs:
52
if [ "$(uname)" == "Linux" ]; then sudo apt-get install -y libc6-dev-i386 $EXTRA_APT; fi
53
echo "Creating Environment"
54
ci/setup_env.sh
55
+ echo "Update pip"
56
+ conda update pip
57
+ echo "Pip version"
58
+ pip --version
59
pip install pytest-azurepipelines
60
displayName: 'Setup environment and build pandas'
61
- script: |
0 commit comments