Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resove the current CI issues #109

Closed
Shelley-BaoYue opened this issue Jun 24, 2024 · 2 comments · Fixed by #125
Closed

Resove the current CI issues #109

Shelley-BaoYue opened this issue Jun 24, 2024 · 2 comments · Fixed by #125

Comments

@Shelley-BaoYue
Copy link
Contributor

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 kubeedge/sedna#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
Copy link
Member

hsj576 commented Jun 24, 2024

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

@Shelley-BaoYue
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants