ci: install python3-pip dans le conteneur node
Some checks failed
Build & Deploy docs / build-deploy (push) Failing after 1m27s

This commit is contained in:
Patrick Schurig 2026-06-02 14:44:55 +02:00
parent 9ff2f07e4b
commit e6884e6488

View File

@ -26,6 +26,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
cd /root/_work/powersync-docs 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 python3 -m pip install --break-system-packages -q -r requirements.txt
# ── Récupération des JSON depuis les 5 repos drivers ───────────────── # ── Récupération des JSON depuis les 5 repos drivers ─────────────────