Skip to content

Commit 0631d81

Browse files
committed
CI: run asv check on all builds
1 parent d7e84b4 commit 0631d81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,11 @@ jobs:
9797
- script: |
9898
export PATH=$HOME/miniconda3/bin:$PATH
9999
source activate pandas-dev
100+
cd asv_bench
101+
asv check -E existing
100102
git remote add upstream https://github.com/pandas-dev/pandas.git
101103
git fetch upstream
102104
if git diff upstream/master --name-only | grep -q "^asv_bench/"; then
103-
cd asv_bench
104105
asv machine --yes
105106
ASV_OUTPUT="$(asv dev)"
106107
if [[ $(echo "$ASV_OUTPUT" | grep "failed") ]]; then

0 commit comments

Comments
 (0)