Skip to content

Commit 1ce955d

Browse files
qwhelanPingviinituutti
authored andcommitted
BLD: prevent asv from calling sys.stdin.close() by using different launch method (pandas-dev#25237)
1 parent 4a2be6c commit 1ce955d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
if git diff upstream/master --name-only | grep -q "^asv_bench/"; then
105105
cd asv_bench
106106
asv machine --yes
107-
ASV_OUTPUT="$(asv dev)"
107+
ASV_OUTPUT="$(asv run --quick --show-stderr --python=same --launch-method=spawn)"
108108
if [[ $(echo "$ASV_OUTPUT" | grep "failed") ]]; then
109109
echo "##vso[task.logissue type=error]Benchmarks run with errors"
110110
echo "$ASV_OUTPUT"

0 commit comments

Comments
 (0)