Run --slow tests for Raspberry Pi (#10132)
This commit is contained in:
parent
0ad01399cd
commit
626309d221
2 changed files with 10 additions and 11 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -246,8 +246,7 @@ jobs:
|
|||
pip list
|
||||
- name: Pytest tests
|
||||
run: |
|
||||
# pytest --slow tests/ # WARNING: Slow tests fail on Explorer Tests https://github.com/ultralytics/ultralytics/actions/runs/8715976528/job/23908727539?pr=10097
|
||||
pytest tests/
|
||||
pytest --slow tests/
|
||||
|
||||
Conda:
|
||||
if: github.repository == 'ultralytics/ultralytics' && (github.event_name == 'schedule' || github.event.inputs.conda == 'true')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue