fix: instalar protobuf-compiler y simplificar dependencias para evitar fallos de compilación

This commit is contained in:
Inaki Fernandez
2026-04-25 17:55:39 +02:00
parent ec424d733d
commit 233d412cd9
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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