`ultralytics 8.0.214` Windows UTF-8 notebook fix (#6459)
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> Co-authored-by: Jorge Torres <63155200+JorgeT42@users.noreply.github.com> Co-authored-by: slxiu <121917717+slxiu@users.noreply.github.com>pull/6466/head v8.0.214
parent
6baa3bdde6
commit
d43fcecc8a
7 changed files with 25 additions and 76 deletions
@ -1,26 +0,0 @@ |
||||
# Ultralytics YOLO 🚀, AGPL-3.0 license |
||||
# README translation action to translate README.md to Chinese as README.zh-CN.md on any change to README.md |
||||
|
||||
name: Translate README |
||||
|
||||
on: |
||||
push: |
||||
branches: |
||||
- translate_readme # replace with 'main' to enable action |
||||
paths: |
||||
- README.md |
||||
|
||||
jobs: |
||||
Translate: |
||||
runs-on: ubuntu-latest |
||||
steps: |
||||
- uses: actions/checkout@v3 |
||||
- name: Setup Node.js |
||||
uses: actions/setup-node@v3 |
||||
with: |
||||
node-version: 16 |
||||
# ISO Language Codes: https://cloud.google.com/translate/docs/languages |
||||
- name: Adding README - Chinese Simplified |
||||
uses: dephraiim/translate-readme@main |
||||
with: |
||||
LANG: zh-CN |
Loading…
Reference in new issue