Skip to content

Commit 2f5f10b

Browse files
committed
Update pip version
1 parent dc708da commit 2f5f10b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/azure/posix.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +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
5556
pip install pytest-azurepipelines
5657
displayName: 'Setup environment and build pandas'
5758
- script: |

ci/azure/windows.yml

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

0 commit comments

Comments
 (0)