From ab046dc41651eb2a3db5eee4d6695dab000d1c5c Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Fri, 19 Mar 2021 22:41:13 +0100 Subject: [PATCH] -e --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9ff17c963182a8..c72d11efe1e268 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -114,6 +114,7 @@ jobs: displayName: 'Testing: benchmarks' - script: | + set -e python -m pytest pl_examples -v --maxfail=2 --durations=0 python setup.py install --user --quiet bash pl_examples/run_ddp-example.sh