Min CI Python 3.9 from 3.8 (#18355)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
e65c513e65
commit
12db1f3143
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -165,7 +165,7 @@ jobs:
|
|||
torch: [latest]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
python-version: "3.8" # torch 1.8.0 requires python >=3.6, <=3.8
|
||||
python-version: "3.9" # torch 1.8.0 requires python >=3.6, <=3.9
|
||||
torch: "1.8.0" # min torch version CI https://pypi.org/project/torchvision/
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue