mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Update ci-testing.yml to Python 3.9 (#5660)
This commit is contained in:
parent
fb19561f98
commit
e80a09bbfa
2
.github/workflows/ci-testing.yml
vendored
2
.github/workflows/ci-testing.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
python-version: [ 3.8 ]
|
||||
python-version: [ 3.9 ]
|
||||
model: [ 'yolov5n' ] # models to test
|
||||
|
||||
# Timeout: https://stackoverflow.com/a/59076067/4521646
|
||||
|
Loading…
x
Reference in New Issue
Block a user