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