data-prep-kit icon indicating copy to clipboard operation
data-prep-kit copied to clipboard

Fix workflow failures due to usage of pip

Open revit13 opened this issue 1 year ago • 0 comments

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

revit13 avatar Oct 14 '24 07:10 revit13