Create __init__.py (#17)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
419f6d7167
commit
171ad46d6b
3 changed files with 3 additions and 2 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -59,6 +59,7 @@ jobs:
|
|||
run: |
|
||||
import os
|
||||
import ultralytics
|
||||
from ultralytics import hub, yolo
|
||||
key = os.environ['APIKEY']
|
||||
print(ultralytics.__version__)
|
||||
# ultralytics.checks()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue