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