Skip to content

Commit dc708da

Browse files
committed
Add pytest-azurepipelines in posix.yml and windows.yml
1 parent 8d124ea commit dc708da

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+
pip install pytest-azurepipelines
5556
displayName: 'Setup environment and build pandas'
5657
- script: |
5758
export PATH=$HOME/miniconda3/bin:$PATH

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 pip install pytest-azurepipelines
2829
call conda list
2930
ci\\incremental\\build.cmd
3031
displayName: 'Build'

0 commit comments

Comments
 (0)