-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
refactor: failing actions #474
Conversation
@Mustaballer I can you let me know do we run Python CI Actions on our side in our pull requests and branches of forked repo. This will help me/all to fix the failing flake 8 tests before we merge the PRs. So that we have the green ticks (as you have for your prs) before we can merge them in :-) Thank you |
Hey @KrishPatel13 there seems to be a solution to this issue with status checks not running on forked repos here: I will address this in fixing publish GitHub actions |
@Mustaballer What is the issue here 🤔 ? |
I just updated this pr's branch to the latest Openadpat::main (after newly merged the pr #234) and noticed a couple of things here: Issue 1:Running flake8 locally after the newly merged PR, it shows me so many flake8 errors. See below :
But these all were not caught by the github-actions. :( Instead it gave a green tick for it. Issue 2:Also, I noticed that the order of writing imports was not correct (see : https://github.com/OpenAdaptAI/OpenAdapt/pull/234/files#r1305068187) and/or the pre-commit hook did not isorted the imports successfully ? @Mustaballer Do you think that github-actions was not able to point out these 2 issues ? as it gave green ticks :? |
Also noticed the commit (266588c) failed black as well : But still on openadapt it showed : |
@KrishPatel13 flake8 errors should be resolved with this new PR #480 |
@KrishPatel13 Thanks for taking this PR! Just a suggestion can you rename the PR title to |
@Mustaballer Done! thank you |
@abrichr Ready to be merged! |
* add missing dicstrings * make docstring a bit longer * fix all flake8 errors * Add documentation on status checks * Update README.md --------- Co-authored-by: Mustafa Abdulrahman <[email protected]> Co-authored-by: Richard Abrich <[email protected]>
What kind of change does this PR introduce?
Summary
Checklist
How can your code be run and tested?
Other information