🐞 Fixes
- Fixed
moon ci
showing incorrect job related logs. - Fixed some issues with the Python toolchain:
- pip is no longer required to be enabled to activate a virtual environment.
- Changed
python.rootRequirementsOnly
tofalse
by default. - The venv root is now the location of a found
requirements.txt
, otherwise the package root, or
workspace root ifpython.rootRequirementsOnly
is enabled. - Tasks will now inherit the correct venv paths in
PATH
.