Skip to content

Commit 4346de4

Browse files
datapythonistaPingviinituutti
authored andcommitted
CI: Fixing benchmark log (pandas-dev#24062)
1 parent 1ad69bb commit 4346de4

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
@@ -114,7 +114,7 @@ jobs:
114114
ASV_OUTPUT="$(asv dev)"
115115
if [[ $(echo "$ASV_OUTPUT" | grep "failed") ]]; then
116116
echo "##vso[task.logissue type=error]Benchmarks run with errors"
117-
echo $ASV_OUTPUT
117+
echo "$ASV_OUTPUT"
118118
exit 1
119119
else
120120
echo "Benchmarks run without errors"

0 commit comments

Comments
 (0)