ultralytics 8.0.215 Windows UTF-8 fix 2 (#6463)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
d43fcecc8a
commit
618923ab11
4 changed files with 21 additions and 10 deletions
|
|
@ -379,10 +379,10 @@ def test_cfg_init():
|
|||
|
||||
def test_utils_init():
|
||||
"""Test initialization utilities."""
|
||||
from ultralytics.utils import get_git_branch, get_git_origin_url, get_ubuntu_version, is_github_actions_ci
|
||||
from ultralytics.utils import get_git_branch, get_git_origin_url, get_ubuntu_version, is_github_action_running
|
||||
|
||||
get_ubuntu_version()
|
||||
is_github_actions_ci()
|
||||
is_github_action_running()
|
||||
get_git_origin_url()
|
||||
get_git_branch()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue