Skip to content

Commit 2794483

Browse files
authored
Update CI to default Python 3.10 (#8883)
* Update CI to default Python 3.10 * Update ci-testing.yml * Update ci-testing.yml
1 parent daed7a8 commit 2794483

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
python-version: [3.9]
20+
python-version: ['3.9'] # requires python<=3.9
2121
model: [yolov5n]
2222
steps:
2323
- uses: actions/checkout@v3
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
os: [ubuntu-latest, macos-latest, windows-latest]
51-
python-version: [3.9]
51+
python-version: ['3.10']
5252
model: [yolov5n]
5353
include:
5454
- os: ubuntu-latest
@@ -58,7 +58,7 @@ jobs:
5858
python-version: '3.8'
5959
model: yolov5n
6060
- os: ubuntu-latest
61-
python-version: '3.10'
61+
python-version: '3.9'
6262
model: yolov5n
6363
steps:
6464
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)