In #97 for example, it's not clear why the action is failing.
Two quick improvements I think we can make:
- When we invoke the script to install Python, we should hook up the subprocess'
stderr to the parent process'.
- We already do this with
stdout, but it only shows up in debug output. I think we should always output this.
cc @konradpabjan