From e6884e6488220be557ad9c2e1ef7e0ab51768f63 Mon Sep 17 00:00:00 2001 From: Patrick Schurig Date: Tue, 2 Jun 2026 14:44:55 +0200 Subject: [PATCH] ci: install python3-pip dans le conteneur node --- .gitea/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/docs.yml b/.gitea/workflows/docs.yml index ab7c2ac..9dfc573 100644 --- a/.gitea/workflows/docs.yml +++ b/.gitea/workflows/docs.yml @@ -26,6 +26,7 @@ jobs: - name: Install dependencies run: | cd /root/_work/powersync-docs + apt-get update -qq && apt-get install -y -qq python3-pip python3 -m pip install --break-system-packages -q -r requirements.txt # ── Récupération des JSON depuis les 5 repos drivers ─────────────────