AbsaOSS / generate-release-notes

Efficiently automate your release note generation with 'generate-release-notes'. This GH action scans your target GitHub repository's issues, sorting and organizing them into well-formatted release notes. Perfect for maintaining a streamlined and organized release process.
Apache License 2.0
9 stars 0 forks source link

Introduce usage of virtual env #90

Closed miroslavpojer closed 1 month ago

miroslavpojer commented 1 month ago

Background

On runner can be limited usage of pip installation. It leads to failure in Python steps in workflows - when trying to install Python requirements.

Feature

Introduce venv code to action.yml to isolate installation from the main Python one.