diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2024-07-31 18:21:30 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-05 19:30:26 +0000 |
commit | 057c26710a1f1daf68c00a72180963191d49953d (patch) | |
tree | 867a03c006a09891a3fa523169024910802079e9 /.github/scripts/GitHub.py | |
parent | 38c4cd4e88adf6d5d5c4bf753dafba7f24f019d0 (diff) | |
download | edk2-057c26710a1f1daf68c00a72180963191d49953d.tar.gz |
.github/request-reviews.yml: Cache PIP modules
- Optimizes and makes the PIP module installation process for the
workflow more robust by caching the pip modules used so the only
time the workflow needs to reach to PyPi is when new PIP modules
are published.
- Improves long term stability by locking the major versions for PIP
modules in the workflow. This is to reduce overall maintenance over
time to automatically pick up new versions while also not being
broken in the process.
- Removes edk2-pytool-extensions as it is not used.
The new "requirements.txt" file is used to lock versions and support
the caching step which depends on a requirements file.
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Diffstat (limited to '.github/scripts/GitHub.py')
0 files changed, 0 insertions, 0 deletions