glenn-jocher commited on
Commit
e80a09b
1 Parent(s): fb19561

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

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +1 -1
.github/workflows/ci-testing.yml CHANGED
@@ -19,7 +19,7 @@ jobs:
19
  fail-fast: false
20
  matrix:
21
  os: [ ubuntu-latest, macos-latest, windows-latest ]
22
- python-version: [ 3.8 ]
23
  model: [ 'yolov5n' ] # models to test
24
 
25
  # Timeout: https://stackoverflow.com/a/59076067/4521646
 
19
  fail-fast: false
20
  matrix:
21
  os: [ ubuntu-latest, macos-latest, windows-latest ]
22
+ python-version: [ 3.9 ]
23
  model: [ 'yolov5n' ] # models to test
24
 
25
  # Timeout: https://stackoverflow.com/a/59076067/4521646