mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-11 09:20:07 +00:00
Merge pull request #481 from nubenetes/feat/fix-weekly-digest-dependencies
fix(ci): install missing core python dependencies in weekly digest workflow
This commit is contained in:
5
.github/workflows/09.weekly_digest.yml
vendored
5
.github/workflows/09.weekly_digest.yml
vendored
@@ -31,7 +31,10 @@ jobs:
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: pip install -r requirements.txt
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install --no-cache-dir pydantic PyGithub httpx fake-useragent pytz python-dotenv pyyaml tenacity
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Generate News Digest (Incremental)
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user