Skip to content

Commit 9c4f7c2

Browse files
committed
Resolve errors due to merge in azure-piplines
Signed-off-by: swastik <[email protected]>
1 parent 37d6d74 commit 9c4f7c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
image_name: ubuntu-20.04
2222
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
2323
test_suites:
24-
all: venv/bin/pytest -n 2 -vvs
24+
all: venv/bin/pytest -n 2 -vvs --reruns 2
2525

2626
- template: etc/ci/azure-posix.yml
2727
parameters:
@@ -45,7 +45,7 @@ jobs:
4545
image_name: macos-11
4646
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
4747
test_suites:
48-
all: venv/bin/pytest -n 2 -vvs
48+
all: venv/bin/pytest -n 2 -vvs --reruns 2
4949

5050
- template: etc/ci/azure-posix.yml
5151
parameters:

0 commit comments

Comments
 (0)