Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix workflow failures due to usage of pip #704

Merged
merged 3 commits into from
Oct 14, 2024
Merged

Fix workflow failures due to usage of pip #704

merged 3 commits into from
Oct 14, 2024

Conversation

revit13
Copy link
Collaborator

@revit13 revit13 commented Oct 14, 2024

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

Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
@@ -1,5 +1,7 @@
#!/bin/bash

set -euo pipefail
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment with some explanation
Maybe we should add in other places.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks

Signed-off-by: Revital Sur <[email protected]>
@revit13 revit13 merged commit 52369ed into IBM:dev Oct 14, 2024
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants