kubeedge / ianvs

Distributed Synergy AI Benchmarking
https://ianvs.readthedocs.io
Apache License 2.0
105 stars 42 forks source link

Resove the current CI issues #109

Open Shelley-BaoYue opened 3 weeks ago

Shelley-BaoYue commented 3 weeks ago

What happened:

CI is always failed even if we push an unrelated code.

What you expected to happen:

CI runs successfully

How to reproduce it (as minimally and precisely as possible):

Look at the CI results of any PR.

Anything else we need to know?:

uvicorn version 0.14.0 in Sedna needs to be upgraded as I have also submit a issue in Sedna https://github.com/kubeedge/sedna/issues/432, because pip form 24.1 no longer support uvicorn 0.14.0.

However I tried to use PIP 24.0 to cover this problem,

image

new error in CI occured like:

https://github.com/kubeedge/ianvs/actions/runs/9612294929/job/26512623096

image

hsj576 commented 3 weeks ago

Add "# pylint: disable=R0801" in these files could solve the CI error.

Shelley-BaoYue commented 3 weeks ago

When I add "# pylint: disable=R0801", there are still many other errors like below:

image

I think we need to solve the pip version first, and then handle these pylint errors.