Unverified 提交 39ce8ca1 authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

Remove `assert not is_docker()` from GitHub checks (#8813)

* Update * Update
上级 67175196
......@@ -316,7 +316,6 @@ def check_git_status(repo='ultralytics/yolov5'):
msg = f', for updates see {url}'
s = colorstr('github: ') # string
assert Path('.git').exists(), s + 'skipping check (not a git repository)' + msg
assert not is_docker(), s + 'skipping check (Docker image)' + msg
assert check_online(), s + 'skipping check (offline)' + msg
splits = re.split(pattern=r'\s', string=check_output('git remote -v', shell=True).decode())
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论