ultralytics 8.2.19 fix Conda CI relative import bug (#13006)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Burhan 2024-05-22 07:19:05 -04:00 committed by GitHub
parent 5298d57308
commit f0b7c510db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 9 deletions

View file

@ -12,7 +12,7 @@ from ultralytics import YOLO, download
from ultralytics.utils import DATASETS_DIR, SETTINGS
from ultralytics.utils.checks import check_requirements
from . import MODEL, SOURCE, TMP
from tests import MODEL, SOURCE, TMP
@pytest.mark.skipif(not check_requirements("ray", install=False), reason="ray[tune] not installed")