Unverified 提交 5bab9a28 authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

Reformat (#3694)

上级 bfb2276b
...@@ -8,6 +8,7 @@ assignees: '' ...@@ -8,6 +8,7 @@ assignees: ''
--- ---
## 🚀 Feature ## 🚀 Feature
<!-- A clear and concise description of the feature proposal --> <!-- A clear and concise description of the feature proposal -->
## Motivation ## Motivation
......
version: 2 version: 2
updates: updates:
- package-ecosystem: pip - package-ecosystem: pip
directory: "/" directory: "/"
schedule: schedule:
interval: weekly interval: weekly
......
...@@ -14,9 +14,9 @@ jobs: ...@@ -14,9 +14,9 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [3.8] python-version: [ 3.8 ]
model: ['yolov5s'] # models to test model: [ 'yolov5s' ] # models to test
# Timeout: https://stackoverflow.com/a/59076067/4521646 # Timeout: https://stackoverflow.com/a/59076067/4521646
timeout-minutes: 50 timeout-minutes: 50
......
name: Greetings name: Greetings
on: [pull_request_target, issues] on: [ pull_request_target, issues ]
jobs: jobs:
greeting: greeting:
......
...@@ -3,7 +3,7 @@ name: Automatic Rebase ...@@ -3,7 +3,7 @@ name: Automatic Rebase
on: on:
issue_comment: issue_comment:
types: [created] types: [ created ]
jobs: jobs:
rebase: rebase:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论