Add retry step to failed Conda tests (#15884)
This commit is contained in:
parent
a222b94897
commit
12d943315c
1 changed files with 7 additions and 3 deletions
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
|
|
@ -329,9 +329,13 @@ jobs:
|
||||||
results = model.export(format='onnx', imgsz=160)
|
results = model.export(format='onnx', imgsz=160)
|
||||||
"
|
"
|
||||||
- name: PyTest
|
- name: PyTest
|
||||||
run: |
|
uses: nick-fields/retry@v2
|
||||||
git clone https://github.com/ultralytics/ultralytics
|
with:
|
||||||
pytest ultralytics/tests
|
timeout_minutes: 60
|
||||||
|
max_attempts: 3
|
||||||
|
command: |
|
||||||
|
git clone https://github.com/ultralytics/ultralytics
|
||||||
|
pytest ultralytics/tests
|
||||||
|
|
||||||
Summary:
|
Summary:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue