fix(ops): install pyyaml and pytz dependencies in README sync workflow

This commit is contained in:
Nubenetes Bot
2026-05-17 20:26:13 +02:00
parent 0f1f86528c
commit fae46de193

View File

@@ -24,6 +24,11 @@ jobs:
with:
python-version: '3.11'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install pyyaml pytz
- name: Execute README Metric Updater
run: |
python src/readme_updater.py