Skip to content

Commit 2281dcd

Browse files
committed
Update pip by conda
1 parent 2f5f10b commit 2281dcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if [ "$(uname)" == "Linux" ]; then sudo apt-get install -y libc6-dev-i386 $EXTRA_APT; fi
5353
echo "Creating Environment"
5454
ci/setup_env.sh
55-
python -m pip install --update pip
55+
conda update pip
5656
pip install pytest-azurepipelines
5757
displayName: 'Setup environment and build pandas'
5858
- script: |

ci/azure/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
displayName: Create anaconda environment
2626
- script: |
2727
call activate pandas-dev
28-
call python -m pip install --update pip
28+
call conda update pip
2929
call pip install pytest-azurepipelines
3030
call conda list
3131
ci\\incremental\\build.cmd

0 commit comments

Comments
 (0)