From 233d412cd985c749fb27dc7360c8263a3c669693 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sat, 25 Apr 2026 17:55:39 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20instalar=20protobuf-compiler=20y=20simpl?= =?UTF-8?q?ificar=20dependencias=20para=20evitar=20fallos=20de=20compilaci?= =?UTF-8?q?=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/agentic_cron.yml | 4 ++++ requirements.txt | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/agentic_cron.yml b/.github/workflows/agentic_cron.yml index 017f2c24..03b809a9 100644 --- a/.github/workflows/agentic_cron.yml +++ b/.github/workflows/agentic_cron.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 59b4c6d8..403d46d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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