mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-21 16:43:36 +00:00
fix(ops): install pyyaml and pytz dependencies in README sync workflow
This commit is contained in:
5
.github/workflows/readme_sync.yml
vendored
5
.github/workflows/readme_sync.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user