mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-09 10:47:01 +00:00
fix: instalar protobuf-compiler y simplificar dependencias para evitar fallos de compilación
This commit is contained in:
4
.github/workflows/agentic_cron.yml
vendored
4
.github/workflows/agentic_cron.yml
vendored
@@ -20,6 +20,10 @@ jobs:
|
||||
with:
|
||||
python-version: '3.11'
|
||||
cache: 'pip'
|
||||
- name: Instalación de dependencias del sistema
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y protobuf-compiler
|
||||
- name: Instalación del Árbol de Dependencias
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
twikit==1.7.6
|
||||
pydantic-ai[gemini]
|
||||
pydantic-ai
|
||||
google-generativeai
|
||||
PyGithub
|
||||
aiohttp
|
||||
@@ -7,5 +7,4 @@ beautifulsoup4
|
||||
pytz
|
||||
python-dotenv
|
||||
pydantic>=2.7.0
|
||||
logfire
|
||||
httpx
|
||||
|
||||
Reference in New Issue
Block a user