Skip to content

Commit 46ad2dd

Browse files
committed
Add comment for debug
1 parent 389435e commit 46ad2dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/azure/posix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ 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+
echo "Update pip"
56+
conda update pip
57+
echo "Pip version"
58+
pip --version
5559
pip install pytest-azurepipelines
5660
displayName: 'Setup environment and build pandas'
5761
- script: |

0 commit comments

Comments
 (0)