Skip to content

Commit

Permalink
Update CI to default Python 3.10 (ultralytics#8883)
Browse files Browse the repository at this point in the history
* Update CI to default Python 3.10

* Update ci-testing.yml

* Update ci-testing.yml
  • Loading branch information
glenn-jocher authored and Clay Januhowski committed Sep 8, 2022
1 parent ad5a2ba commit e818d26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.9]
python-version: ['3.9'] # requires python<=3.9
model: [yolov5n]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9]
python-version: ['3.10']
model: [yolov5n]
include:
- os: ubuntu-latest
Expand All @@ -58,7 +58,7 @@ jobs:
python-version: '3.8'
model: yolov5n
- os: ubuntu-latest
python-version: '3.10'
python-version: '3.9'
model: yolov5n
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e818d26

Please sign in to comment.