ultralytics 8.3.61 Restore Python 3.8 compatibility (#18666)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
ffd8df3751
commit
4922016901
7 changed files with 11 additions and 11 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
|
@ -39,8 +39,7 @@ on:
|
|||
|
||||
jobs:
|
||||
HUB:
|
||||
# if: github.repository == 'ultralytics/ultralytics' && (github.event_name == 'schedule' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.hub == 'true'))
|
||||
if: github.repository == 'ultralytics/ultralytics' && 'workflow_dispatch' && github.event.inputs.hub == 'true'
|
||||
if: github.repository == 'ultralytics/ultralytics' && (github.event_name == 'schedule' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.hub == 'true'))
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
@ -165,7 +164,7 @@ jobs:
|
|||
torch: [latest]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
python-version: "3.9" # torch 1.8.0 requires python >=3.6, <=3.9
|
||||
python-version: "3.8" # 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