Skip to content

Commit ca3cc6f

Browse files
committed
Another testing
1 parent 0ff2a33 commit ca3cc6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/azure/posix.yml

Lines changed: 1 addition & 1 deletion
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-
pip install pytest-azurepipelines
55+
#pip install pytest-azurepipelines
5656
displayName: 'Setup environment and build pandas'
5757
- script: |
5858
export PATH=$HOME/miniconda3/bin:$PATH

ci/azure/windows.yml

Lines changed: 1 addition & 1 deletion
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 pip install pytest-azurepipelines
28+
# call pip install pytest-azurepipelines
2929
call conda list
3030
ci\\incremental\\build.cmd
3131
displayName: 'Build'

0 commit comments

Comments
 (0)