In #97 for example, it's not clear why the action is failing. Two quick improvements I think we can make: 1. When we [invoke the script to install Python](https://github.com/actions/setup-python/blob/2241d846baea6518b39bec0fb3859d75cb3d3c50/src/install-python.ts#L37), we should hook up the subprocess' `stderr` to the parent process'. 2. We already do this with `stdout`, but it only shows up in debug output. I think we should always output this. cc @konradpabjan