From 42d579a1611d756e6ac3a24d818a8ec49f5f277c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 22 Mar 2026 20:40:44 +0100 Subject: [PATCH] Install babel in CI for locale display name generation --- .github/workflows/website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index d636539db..4174b0c10 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -49,6 +49,7 @@ jobs: - name: Install system deps run: | sudo apt install libacl1-dev libselinux1-dev libsystemd-dev + pip install babel - name: Install necessary tools (mdbook and mdbook-toc) uses: taiki-e/install-action@v2