This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zjc
/
yolov5
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Apply suggestions from code review
5.0
Jirka Borovec
GitHub
4 years ago
parent
4500b49fa3
commit
b4faccabac
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/ci-testing.yml
+ 1
- 1
.github/workflows/ci-testing.yml
View File
@@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-
18.04
] #, macOS-10.15, windows-2019
os: [ubuntu-
latest
] #, macOS-10.15, windows-2019
python-version: [3.7, 3.8]
yolo5-model: ["yolov5s", "yolov5m", "yolov5l", "yolov5x"]
Write
Preview
Loading…
Cancel
Save