data-prep-kit
data-prep-kit copied to clipboard
Fix workflow failures due to usage of pip
Why are these changes needed?
This PR aims to resolve the recent GitHub Action failure, which occurred due to the use of pip instead of the pip within a virtual environment (venv):
pip install jinja2
error: externally-managed-environment
× This environment is externally managed
Related issue number (if any).
partally solves #703