Skip to content

Commit 7dbd58b

Browse files
TomAugspurgerPingviinituutti
authored andcommitted
Revert "BLD: prevent asv from calling sys.stdin.close() by using different launch method (pandas-dev#25237)" (pandas-dev#25253)
This reverts commit f67b7fd.
1 parent 0af3905 commit 7dbd58b

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 run --quick --show-stderr --python=same --launch-method=spawn)"
107+
ASV_OUTPUT="$(asv dev)"
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)