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