Skip to content

Commit

Permalink
Remove Python 3.7 from tests (#11708)
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
glenn-jocher committed Jun 15, 2023
1 parent 98acd11 commit 9bb50b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:
model: [ yolov5n ]
include:
- os: ubuntu-latest
python-version: '3.7' # '3.6.8' min
model: yolov5n
- os: ubuntu-latest
python-version: '3.8'
python-version: '3.8' # '3.6.8' min
model: yolov5n
- os: ubuntu-latest
python-version: '3.9'
Expand Down

0 comments on commit 9bb50b4

Please sign in to comment.