mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-08-18 11:56:20 +00:00
fix: resolve PR Guardian dependencies and environment setup
- Added missing Python dependencies (pydantic, pytz, pyyaml, etc.). - Ensured consistent environment for mandate auditing.
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install --no-cache-dir httpx PyGithub tenacity
|
||||
pip install --no-cache-dir pydantic PyGithub httpx fake-useragent pytz python-dotenv pyyaml tenacity
|
||||
|
||||
- name: Run PR Guardian Analysis
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user