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

CI: Do not fail CI on lint error #18602

Merged
merged 1 commit into from
Mar 11, 2021

Conversation

ganesh-k13
Copy link
Member

@ganesh-k13 ganesh-k13 commented Mar 11, 2021

Changes:

  1. Added continue-on-error to unblock workflow.

Sample run showing solution: https://github.com/numpy/numpy/actions/runs/643660439

image

resolves: #18587

Note: There is one tmp commit to check, I'll remove, if it works

@ganesh-k13 ganesh-k13 changed the title Maint 18587 continue on lint error MAINT: 18587 continue on lint error Mar 11, 2021
@ganesh-k13
Copy link
Member Author

Yeah, it seems to work. Thanks, @bashtage for the suggestion.

@ganesh-k13 ganesh-k13 force-pushed the maint_18587_continue_on_lint_error branch from eccadf4 to 87a3925 Compare March 11, 2021 18:23
@seberg seberg changed the title MAINT: 18587 continue on lint error CI: Do not fail CI on lint error Mar 11, 2021
@seberg
Copy link
Member

seberg commented Mar 11, 2021

Thanks Ganesh. I am not sure if there is more to tweak here, but going to put it in for now, since it seems probably better than the hard fails (and is easy to change again).

@seberg seberg merged commit e8d20b5 into numpy:main Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MAINT: Handle lint failures blocking the CI
2 participants