We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f77cb2 commit dffaac9Copy full SHA for dffaac9
azure-pipelines.yml
@@ -97,10 +97,11 @@ jobs:
97
- script: |
98
export PATH=$HOME/miniconda3/bin:$PATH
99
source activate pandas-dev
100
+ cd asv_bench
101
+ asv check -E existing
102
git remote add upstream https://github.com/pandas-dev/pandas.git
103
git fetch upstream
104
if git diff upstream/master --name-only | grep -q "^asv_bench/"; then
- cd asv_bench
105
asv machine --yes
106
ASV_OUTPUT="$(asv dev)"
107
if [[ $(echo "$ASV_OUTPUT" | grep "failed") ]]; then
0 commit comments