Skip to content

Commit

Permalink
Update ci-testing.yml to Python 3.9 (#5660)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Nov 15, 2021
1 parent fb19561 commit e80a09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e80a09b

Please sign in to comment.