Skip to content

Commit c8cbe19

Browse files
CI: Remove grep from asv call (using strict parameter instead) (#46633)
1 parent 073b353 commit c8cbe19

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/code-checks.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,7 @@ jobs:
141141
run: |
142142
cd asv_bench
143143
asv machine --yes
144-
# TODO add `--durations` when we start using asv >= 0.5 (#46598)
145-
asv run --quick --dry-run --python=same | sed "/failed$/ s/^/##[error]/" | tee benchmarks.log
146-
if grep "failed" benchmarks.log > /dev/null ; then
147-
exit 1
148-
fi
144+
asv run --quick --dry-run --strict --durations=30 --python=same
149145
150146
build_docker_dev_environment:
151147
name: Build Docker Dev Environment

0 commit comments

Comments
 (0)