Closed rajveer43 closed 1 year ago
@rajveer43 also, take a close look at the failing test. It provides details on where the linting process is failing. You should be able to reproduce this locally by running flake8 lightwood
from the root lightwood folder path, assuming your python environment has flake8
installed.
I wonder why this deploy workflow skipped? any idea..would love to learn about it!
@rajveer43 also, take a close look at the failing test. It provides details on where the linting process is failing. You should be able to reproduce this locally by running
flake8 lightwood
from the root lightwood folder path, assuming your python environment hasflake8
installed.
To answer your question, the deploy workflow only triggers when merging into the stable
branch. You can check the definition of these actions in the .github
directory.
I was away for a long weekend! will do it asap! Can you tell me more issues to work upon of any repo of mindsdb
, would love to contribute more!
Looks good, thanks for your contribution @rajveer43!
As for MindsDB, look for the good first issue
tag in the mindsdb/mindsdb
repo, or alternatively head to our community slack and ask over there, I'm sure we can help you find some other things to contribute on 😁
Close #909