We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a5f9d commit a908cf4Copy full SHA for a908cf4
ci/azure/posix.yml
@@ -52,6 +52,7 @@ 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
+ python -m pip install --update pip
56
pip install pytest-azurepipelines
57
displayName: 'Setup environment and build pandas'
58
- script: |
ci/azure/windows.yml
@@ -25,6 +25,7 @@ jobs:
25
displayName: Create anaconda environment
26
27
call activate pandas-dev
28
+ call python -m pip install --update pip
29
call pip install pytest-azurepipelines
30
call conda list
31
ci\\incremental\\build.cmd
0 commit comments