Skip to content

add: Heterogeneous Multi-Edge Collaborative Neural Network Inference for High Mobility Scenarios: Base on KubeEdge-Ianvs proposal #103

add: Heterogeneous Multi-Edge Collaborative Neural Network Inference for High Mobility Scenarios: Base on KubeEdge-Ianvs proposal

add: Heterogeneous Multi-Edge Collaborative Neural Network Inference for High Mobility Scenarios: Base on KubeEdge-Ianvs proposal #103

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
paths:
- '**.md'
pull_request:
jobs:
pylint:
runs-on: ubuntu-20.04
name: pylint
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9" ]
steps:
- run: 'echo "only docs modified, no need to trigger CI"'