Skip to content

Commit b96068c

Browse files
Fix macos-13 runners
Reference: #3840 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent a1e392a commit b96068c

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
@@ -124,7 +124,7 @@ jobs:
124124
image_name: macOS-13
125125
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
126126
test_suites:
127-
all: venv/bin/pytest -n 2 -vvs
127+
all: venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
128128

129129
- template: etc/ci/azure-win.yml
130130
parameters:

0 commit comments

Comments
 (0)