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:
Nubenetes Bot
2026-05-21 23:00:51 +02:00
parent 17027ef980
commit 7e4cccd925
+1 -1
View File
@@ -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: