Run --slow tests for Raspberry Pi (#10132)

This commit is contained in:
Glenn Jocher 2024-04-18 20:25:47 -07:00 committed by GitHub
parent 0ad01399cd
commit 626309d221
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 11 deletions

View file

@ -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')