I have a step in my workflow where I run a command (python script). This python script appears to be hanging somewhere in the middle of the execution - GitHub shows the step as running it's stuck and nothing happens.
To debug this, I would want to see the log output of the python script. How can I achieve that?