You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing so means we now can reuse the logic that fixes the include::
directives in the cpython documentation in our CI job, avoiding
repeating ourselves, making maintenance easier and avoiding subtle bugs.
Being able to reuse the rest of the steps (do_build, pospell, etc)
requires more care, as the Makefile is constrained to requiring a
virtual environment (which we don't create on CI), and also doesn't
allow us to pass command-line arguments to list specific files to check.
Signed-off-by: Rodrigo Tobar <[email protected]>
0 commit comments