Avoid Python 3.9 with_stem (#3589)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Colin Wong 2023-07-07 17:16:42 -05:00 committed by GitHub
parent b8cc404ebf
commit 23c7cd4c9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

@ -20,7 +20,6 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ['3.11']
model: [yolov5n]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4