Update ci-testing.yml to Python 3.9 (#5660)

This commit is contained in:
Glenn Jocher 2021-11-15 20:15:50 +01:00 committed by GitHub
parent fb19561f98
commit e80a09bbfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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