Skip to content

Commit

Permalink
BLD: prevent asv from calling sys.stdin.close() by using different la…
Browse files Browse the repository at this point in the history
…unch method (pandas-dev#25237)
  • Loading branch information
qwhelan authored and jreback committed Feb 9, 2019
1 parent 7ee5b92 commit f67b7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
if git diff upstream/master --name-only | grep -q "^asv_bench/"; then
cd asv_bench
asv machine --yes
ASV_OUTPUT="$(asv dev)"
ASV_OUTPUT="$(asv run --quick --show-stderr --python=same --launch-method=spawn)"
if [[ $(echo "$ASV_OUTPUT" | grep "failed") ]]; then
echo "##vso[task.logissue type=error]Benchmarks run with errors"
echo "$ASV_OUTPUT"
Expand Down

0 comments on commit f67b7fd

Please sign in to comment.