oh, boi! again?
This is the last one tonight, promise! It fixes this embarrassing bug that was actually caught by the CI but got overlooked due to the lack of sleep.
TL;DR GH passed $HOME
from the external env into the container and that tricked the Python's site
module to think that the home directory is elsewhere, adding non-existent paths to the env vars. See #115.
Full Diff: v1.6.3...v1.6.4